I have a content page in my ASP.NET-page and want to set a JScript variable to it programatically, so I can use it within the JScript sections of the rendered page afterwards.
How can I start with this problem? I have a "head"-content that fills a ContentPlaceHolder in a master page, but have no idea how to write new content into it.
I know there are some functions that deal with Page.Controls
but I really didn't anything with what I can easily add some content to the... content...
I hope someone understands my question and has some advice :)