Hi,
situation:
Page with a Grid on it.
Separate ASP server side Button.
How do I get the selected rows data from within the server side event (Button Click)?
(SelectedRow Index is already available, but I don't know how to access this data).
Eg. Click on third row in grid, click asp button. Then server gets selected row AND extract data columns from selected row.
Or, must we use a client side script to post the data ourselves?
Thanks in advance