Client access to a obj in a User Control

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?
 
B

Bill Priess

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

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,273
Latest member
DamonShoem

Latest Threads

Top