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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can JS access the controls in a USER CONTROL for client-side events?

Status
Not open for further replies.

mb22

Programmer
Sep 4, 2002
258
US
In the main ASP.NET page ... if you have a user control ... which say contains several controls like say text boxes for a person's address .... how can you use JS to access the text boxes in the User Control.

Do user controls support events on the client side that you can use JS to access? how do you do that?

Say I want to access the client side change event for a textbox within the user control ..... ..

I have no problem with the server side events. I want to explore JS for client side processing as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top