Page to Usercontrol nested in Tab Panel communication
Here is my situation...
Page with Gridview with Image that has a CommandArgument that passes a UserID and makes a Tab Container visible. Within the Tab Container I have multiple tab panels that will load UserControls in each panel using the UserID to load a ObjectDataSource.
The question is how do I get the UserID passed to the ObjectDataSource to load the data on the Click command from the Gridview on the main page?