<script> var mySessionValue = '<%= Session["SessionName"].ToString() %>'; alert(mySessionValue); </script>
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
<script> var mySessionValue = '<%= Session["SessionName"].ToString() %>'; alert(mySessionValue); </script>