Use Request.Form property to find the collection of controls on your form. You will have to play with indexer Request.Form[index] or Request.Form["control"] where control would be your Panel2. I have not tried recreating your problem but I believe this could
be your starting point. Also, have a look at this article:
Huske
Contributor
4060 Points
756 Posts
Re: How to get SelectedItem of Dynamically Created RadioButtonList in codebehind
Jul 15, 2011 12:32 PM|LINK
Hi,
Use Request.Form property to find the collection of controls on your form. You will have to play with indexer Request.Form[index] or Request.Form["control"] where control would be your Panel2. I have not tried recreating your problem but I believe this could be your starting point. Also, have a look at this article:
http://www.4guysfromrolla.com/articles/082102-1.aspx
Regards,
Huske