L lerenard1968 New Member Apr 9, 2013 #1 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.
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.