G
Guest
how do I check if the data in the session object is null before extracting it.
The following throws an error if the Session object has not already been
created.
string str = System.Web.HttpContext.Current.Session["abc"].ToString();
Thanks
The following throws an error if the Session object has not already been
created.
string str = System.Web.HttpContext.Current.Session["abc"].ToString();
Thanks