Skip to main content

ASP.Net GridView CommandField Delete Command

ASP.Net GridView control provides a CommandField that enables you to display the Delete Command button. You can easily attach the GridView event such as RowDeleting to implement the delete command of GridView control.
Command Event Used

1. OnRowDeleting
GridView Property Used

1. DataKeys

Comments

Popular posts from this blog