how to access session variables in html page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I need your help, i have 3 html pages and one aspx page.After visiting the aspx page it creates one session variable this variable i want to access in all my html pages thru anyway. How can i access, give some idea is it possible or not. Regards, Madhuri.
-
Hi All, I need your help, i have 3 html pages and one aspx page.After visiting the aspx page it creates one session variable this variable i want to access in all my html pages thru anyway. How can i access, give some idea is it possible or not. Regards, Madhuri.
First get the session variable via JavaScript (var u ="<%=Session("UserName")%>") on load page event and then show on HTML page.
Parwej Ahamad g.parwez@gmail.com