2
Answers

How to send session data to .js file in .net

Photo of Pinku

Pinku

6y
795
1
<a class="drop-menu-trigger" id="userprofile" tabindex="0" title="User Profile">Welcome, <%=MyPage.MyNeo.SessionData.CBSessionUser.FirstName%>
 
 
i want this session data "first name"  in my javascript file.
how can i do it? 

Answers (2)