Setting Autogeneratedeletebutton to true provided a delete button
on clicking it RowDeleting is fired .
is this button supposed to actually delete the row or it just gives me the event.
Printable View
Setting Autogeneratedeletebutton to true provided a delete button
on clicking it RowDeleting is fired .
is this button supposed to actually delete the row or it just gives me the event.
It just provides the events, if your gridview is bound to a datasource you can use the event arguments to get values for that specific row.
So in short, just provides the events...