danras
05-12-2006, 06:34 AM
I am trying to get a function called when the 'Edit' button on a gridview tool is pushed. The 'select' button calls the function
GridView1_SelectedIndexChanged and if you dounble click the 'Edit' button the same function is created however in debug this function is never called.
Bottom line is I want pushing the edit button to perform an edit and also do the record update.
Thanks
Dan
GridView1_SelectedIndexChanged and if you dounble click the 'Edit' button the same function is created however in debug this function is never called.
Bottom line is I want pushing the edit button to perform an edit and also do the record update.
Thanks
Dan