asp.net: access user control data from parent page - TechRepublic
Question
March 18, 2009 at 06:32 AM
sanjeet.uchil

asp.net: access user control data from parent page

by sanjeet.uchil . Updated 17 years, 3 months ago

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

This discussion is locked

All Comments