C
Chris
Hi,
I've created a user web control with 4 drop down list boxes in it.
I've added this user control to my main web form page.
I created the references to it in the class constructor:
protected System.Web.UI.UserControl ReportLocationSelector;
in the code behind page for the main webpage how do I programatically gain
access to the reportlocationselector controls methods, properties and events.
this.reportlocationselector.?
thanks
Chris
I've created a user web control with 4 drop down list boxes in it.
I've added this user control to my main web form page.
I created the references to it in the class constructor:
protected System.Web.UI.UserControl ReportLocationSelector;
in the code behind page for the main webpage how do I programatically gain
access to the reportlocationselector controls methods, properties and events.
this.reportlocationselector.?
thanks
Chris