User-1034726716 posted
Is it possible to assign the server control value to session variable in javascript?
if so please help me how to do? or anyother possible way?
As far as I know you cant, since Sessions are stored on server, while JavaScript is running on the client. You could possible use HiddenField Control and assign the the value in it via JavaScript and set your Session values with
the value of HiddenField control at the server side as demonstrated by HeartAttack...
Have a look at the following link below for similar issue:
http://forums.asp.net/t/1312549.aspx