Hi MrAgile,
Sorry for the late response. II thought that may be the case but the input tag is not a server control. Even when I view source to see the raw html, the id of the input tag remains myComp.
But, I will try it. Where do I put this code in the javascript file? Which part below should I change?
document.getElementById("m
Thanks a lot!
San
Main Topics
Browse All Topics





by: MrAgilePosted on 2009-11-04 at 16:16:12ID: 25745616
Hi There,
You need to use something like: <%=mycontrolname.ClientID%>.
Sean