How to Set values to Session in Javascript

var session_value='<%=Session["Test"]%>'; 
alert(session_value); 

Comments

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How to show help text in page on mouse move

Get control name in Page_Load event after post back by any control