Client access to a obj in a User Control

  • Thread starter Thread starter george d lake
  • Start date Start date
G

george d lake

Hi,
I have a user control with a textbox and I need to access it form
JavaScript.
here is the tag.....

<input name="ucCallers:tbCaller" type="text" id="ucCallers_tbCaller"

the ":" is giving me problems....

any ideas?
 
Try removing the ":" or use <% = ucCallers_tbCaller.ClientID %> in the
javascript code.

HTH,
Bill P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top