User400339653 posted
I have set login value in the session variable. Now I want to retrive it through jquery in order to show some items only if value is present session variable.
For that i tried:
'<%= Session["User"] %>'
but it doesn't work, so give me some other ways so as to retrive value.