RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

In numerous cases you may want to perform data editing operations at database level with Update/Insert/Delete commands from the code-behind. This can be done wiring the UpdateCommand/InsertCommand/DeleteCommand events of RadGrid and executing appropriate Update/Insert/Delete queries which refresh the data in the underlying database. Below are the code snippets from a simple example which uses auto-generated edit form:

You can also review the forthcoming code library thread for different scenarios:

Manual Update/Insert/Delete with SQL backend

Manual Update/Insert/Delete with FormTemplate and SQL backend

Manual UpdateInsert/Delete with Access backend