i set session in ashx file but dont know how to get session value from ashx to aspx.
when pageload in need to get that session value in variable.
or i stored some value in a variable in ashx file then how to get that value in variable in aspx.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ajay SainiPosted Oct 31, 2015, 3:59 AM
Var myvalue = '<%=HttpContext.Current.Session["test"].ToString()%>';
Hope it work for you.
Ajay SainiPosted Nov 2, 2015, 12:24 AM
Durga VelusamyPosted Oct 31, 2015, 5:19 AM
Durga VelusamyPosted Oct 31, 2015, 12:10 AM
Ajay SainiPosted Oct 30, 2015, 6:25 AM
Imtiyaz AnsariPosted Oct 30, 2015, 4:46 AM