Hi Mehul,
In many places in my application I use controls that should display content related to the selected row in the gridviews. So I have inherited the Gridview, and I want the GridView to save the keyvalue of the selected row to the Http session.
This works fine when the user has realy clicked a row, but when the page is first loaded, the gridview shows the first line as being selected, but on the serverside I haven't been able to set the key to a session variable. So when the user moves to a different (part of the) page the information displayed is not related to the selected row.
The example included performs a custom callback when the second tab is chosen. This works when the user has selected a row, but fails when the user immediately clciks the orders tab.
Thanks
Albert Jan