i have added a new button control in a gridview.when i click this button in my web page i want to change some values in the database.can someone explain how to write the code for this button click event?since it is a gridview control when i double click to write the code,the button click event does not occur.instead only the gridview control loads itself.
gridview
Collapse
X
-
You want to handle the GridView.RowCom mand Event. This event is fired every time a control within the GridView raises an event.
-Frinny
Comment