How do you use Javascript to get HttpContext.Current.Application in aspx .Net?

lerenard1968

New Member
After a user logs into my website they store a string in the application context like this:HttpContext.Current.Application[myString] = CurrentValue;How can I access this variable from a javascript?Thanks in advance.
 
Top