Quantcast
Channel: Use Session variable in html - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Use Session variable in html

$
0
0

I get a session variable from a login form and then redirect to another page:

    String a = Login1.UserName;    Session["user"] = a;    Response.Redirect("~/Home.aspx");

In Home.aspx I wish to display in a div something like "Hello -Session["user"]" . How can I get the session var and use it in the html code?


Viewing all articles
Browse latest Browse all 3

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>