Try this |
| sri sri replied to Lokesh M at 04-Jul-08 10:38 |
Hi, Put all the javascript in a js file and include the js file in your aspx file.
if you write in the js file as document.getElementById("<%=TxtName.ClientID%>") this will not work
In this case view the source in the browser and the control id will be displayed as "ctl00_Cp_System_TxtName" use that in your script file.
|
|