For my first post, I’m going to revisit an article by AzamSharp which shows a simple approach to building GridViews with add/edit/update/delete functionality and offer some suggested improvements to make it even simpler! Read the original article here: http://geekswithblogs.net/A... The original interface supports adding rows through a set of controls in the footer of the GridView. Here is the original interface. While this is an excellent example of how...