how to access session variables/ ordinary variables in HTML
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Please let me know how to access and assign "session variables" or "ordinary variables" in source view (HTML). Regards, Jagadeesh
-
Hi, Please let me know how to access and assign "session variables" or "ordinary variables" in source view (HTML). Regards, Jagadeesh
You can't, they exist on the server, not the client. You can't access *anything* with HTML, although you can use javascript in your client side code to access the query string.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )