gridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swathim
    New Member
    • Jan 2009
    • 1

    gridview

    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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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

    Working...