Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Usercontrols

Status
Not open for further replies.

Badgers

Programmer
Nov 20, 2001
187
US
Hi,

I have two usercontrols on an aspx page.

Within one of the usercontrols i have a textbox of which I have created a public property to return the value in the code behind.

I want to be able to retrieve this value, but from within the other usercontrol. I have no idea ?

Thanks

Tim.
 
Get a reference to the user controls parent page, and from there get a reference to the second user control (both of these will involve using FindControl).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top