aspx thread: Accessing Dynamically Added User Controls from a Web Form Code Behind
I have a web form with a code behind. User controls (with pre-compiled Code Behinds) are dynamically added to the web form. From the web form code behind, how can I access the dynamically added user controls?
|





