Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Inserting a dynamic script into an html page
posted

I have an aspx page into which I want to insert js objects using json. Is there a way during page creation that  i can insert these? I have tried  clientScript.RegisterClientScriptBlock, but can't find the script in the debugger or dom explorer. I am avoiding using my ajax calls so that the page loads once without call backs.

Abbott