ASP.NET User Controls With Javascript

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a user control in an ASP.NET web page. I setup some client side
javascript to populate an asp.net label based on the value of an item
selected in an asp.net listbox. The registered javascript cannot "see"
either the listbox or the label. How can I get the javascript to recognize
the controls on the client-side?

Thanks
 
Sperotti,

It should be simple. The ID is the name of the control.
To get it ever more clear, see the sourcecode of a showed page in your
webbrowser.

I hope this helps,

Cor
 
Back
Top