3
Answers

Set the Session value

JavaScript - How to Set values to Session in JavaScript Is It Possible ?

i used to like this but no Use
 
var strname='vasanth';
<%Session["UserName"] = "'+ strname+'";%>
Answers (3)