Hi
I have a Gridview nested inside an updatepanel. Basically, what happens is that on my gridview I have a button that executes a command to get the rowindex, and colours the row in a different colour. The rowindex is passed to a session to be used else where. What I am seeing is the appearance that row command is not firing, but when I run in debug mode I can enter in the rowcommand event.
The whole object of what I am trying to achieve is to do a partial refresh of the page when the user clicks on the button on the row in the gridview as I do not want the whole page to go back due to the other controls on the page and which would wreck data on the rest of the page.
So, my question is this, how to do you add a gridview to an update panel where you have a button in a template field that executes a command with row command event?