How to Accss Session Variable in Javascript?
-
Hello, i want to set sesssion variable's value in Javascript function how is it possible? Anybody knows? Please inform me. Regards, AbuBakar
-
Hello, i want to set sesssion variable's value in Javascript function how is it possible? Anybody knows? Please inform me. Regards, AbuBakar
-
Hello, i want to set sesssion variable's value in Javascript function how is it possible? Anybody knows? Please inform me. Regards, AbuBakar
You can store in Cookie instead of session. You can set cookie value from javascript and also from asp.net code. Regards, Ketan.
-
Hello, i want to set sesssion variable's value in Javascript function how is it possible? Anybody knows? Please inform me. Regards, AbuBakar
The best bet is to store it in a HiddenField control, then document.getElementById to retrieve it on the client side "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox