Thanks for your reply...
But I am able to access it successfully...
For example when I write the following in javascript
<%Session["SessionVar"]="varTemp";%>;
I do get varTemp in my txtTemp text in code behind using
this.txtTemp.Text =...
Hello everyone,
I have got a textbox (txtTemp) on my page. I want to put this textbox value in a session variable in javascript
I have tried the following in javascript:
function SetSessionVariable()
{
var temp = document.getElementById('<%=txtTemp.ClientID%>').value;
<%Session["TempVar"]="+...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.