Set Session
Session["ID"]
= "lorem";
Session["Amt"] = 123;
Read Session
string id = Session["ID"].ToString();
int i =Convert.ToInt16(Session["Amt"].ToString());
Session["ID"]
= "lorem";
Session["Amt"] = 123;
string id = Session["ID"].ToString();
int i =Convert.ToInt16(Session["Amt"].ToString());
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
No comments:
Post a Comment