$('#<%=nameLabel.ClientID%>')
is being used in my script for jquery.
When this is in ... block in tha page , it works fine ,as its a content page it is evaluated to $('#ctl00_contentPanel1_nameLabel')
properly, i can see it while debugging scripts.
however , when i keep the same script in .js file it does not evaulate to $('#ctl00_contentPanel1_nameLabel')
hence does not work.
It is sure that .js script is loaded as i can debug & some other functions also work. I am using ScriptManagerProxy.
Please help ?
Thanks in advance.