Hi all,
In my application, I have master page and content pages. for each content page i have some 100 lines of javascript code as in_file mode using <script></script> tags.
I want to hide these javascript from that same page. I tried as external file but here i used <%=controlid.ClientID%> to access controls. So i can't and the script not works. Such situation how to manage and where to keep the script. Is it recommended to
keep in same page or some other way available? Pls rly me as earlier possible..
Thank you...
Go to the complete details ...