DataGrid - Delete

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for how to delete rows from a datagrid. When you create and ASP:EditCommandColumn, you have the ability to identify "Update" and "Cancel". There is an "OnDeleteCommand" property where you identify the procedure which will be invoked when deleting...now I am just missing how is the method invoked?

It would appear that I have to create a seperate column with a " ASP:ButtonColumn" and assign it a command name of "Delete"...will this invoke the procedure that I have identified?
 
Back
Top