Header arrow ASP.NETGridView with insert option
This example demonstrates a GridView with update, delete and insert options (like MS Access). At the end of the rows, this GridView provides a empty row to insert new records inside the GridView. The user can insert new records directly into in the GridView, no additionally template, dialog or other GUI is necessary. Also this solution is offering some amazing client stuff. When a row is in edit mode and the user selects a other row, a message box will appear and will show a warning. The columns PostalCode and City are extended with the AutoCompleteExtender from the AJAX Control Toolkit. This extender helps the user and shows a list of possible values after the user has provided the first three characters. See how it works ...

You can download a example project hereand you will find a tutorial to implement this by yourself here.

 FirstnameLastnameAddressPostalCodeCity
Max Mustermann Musterstr. 7 12345 Musterort
 
Marc Andre Zhou - China Signature