R
Rob Teegarden
I have a class called BasePage that inherits System.Web.UI.Page
All my aspx pages inherit BasePage
On each page I have a usercontrol called ClientInfo
In the BasePage I get the ClientID from the querystring, I want to be able
to access this Client ID from the usercontrol ClientInfo.
How do I get to variables or properties from the BasePage to the usercontrol
I can access them just fine on my pages that inherit BasePage, but can't
figure out how to acess them on the user control.
Thanks
All my aspx pages inherit BasePage
On each page I have a usercontrol called ClientInfo
In the BasePage I get the ClientID from the querystring, I want to be able
to access this Client ID from the usercontrol ClientInfo.
How do I get to variables or properties from the BasePage to the usercontrol
I can access them just fine on my pages that inherit BasePage, but can't
figure out how to acess them on the user control.
Thanks