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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top