How to access usercontrol's values from other pages?
- by jestges
Hi I've createa user control named test.ascs with one textbox. Now I added this user control in my default.aspx page. How can i access that textbox value from my default.aspx page?
is there any chance?