how to access a web control inside a userControl from aspx page

Posted by scatman on Stack Overflow See other posts from Stack Overflow or by scatman
Published on 2010-06-16T13:23:35Z Indexed on 2010/06/16 13:32 UTC
Read the original article Hit count: 167

Filed under:
|
|

i have 2 textbox controls inside a usercontrol TextBoxUC.ascx
i have a page.aspx that contains the usercontrol. how can i get a reference to each textbox using javascript from page.aspx?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET