Access Members / Properties of a user control

Sometimes we use LoadControl Method to Load a usercontrol dynamically and then we attached it to a place holder within our aspx page. once we have user control attached. then how can we access its members dynamically?

 

Share this Listing