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.
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.