if i assign value to session in controller
System.Web.HttpContext.Current.Session["VAR"]="TEST";
now i
i want to assign new values to session variable from view
System.Web.HttpContext.Current.Session["VAR"]="TESTED";
how this can acheive
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.
Ramesh PalaniappanPosted Sep 21, 2016, 7:29 AM