i have a user controls which has a gridview. the grid view gets populated when the parent page loads. i want to access the selected row data key value in the parent page, but the on selecting a row the control first goes to the parents load method then into the user controls load method and then finally into gridview’s selectedindexchanged method….hence i always end with the values of the previous selection….plz help