K
Kent Ogletree
I need to get some JavaScript values onto an aspx page and I am not finding
anything using Google. (probably not stumbled onto the right keywords)
The code behind has the object that conatins the info I need to get onto the
page. In old asp I would usually do:
var someStringValue = "<% = MyStringVar %>";
However everything I try right now has done nothing more than break the
page.
Any pointers whould be greatly appreciated.
Kent
anything using Google. (probably not stumbled onto the right keywords)
The code behind has the object that conatins the info I need to get onto the
page. In old asp I would usually do:
var someStringValue = "<% = MyStringVar %>";
However everything I try right now has done nothing more than break the
page.
Any pointers whould be greatly appreciated.
Kent