I'm trying to store value in client side and access it in server side without using hidden field because of security issues.
I tried using label but I wasn't able to access the value on server side.
I could use web methods but I don't want to postback the page and I cannot use viewstate because its is encrypted and using session is not a good option.