Hi,
Iam using like this
string gs=Session["site"].ToString();
but in my code Session is empty so its giving some runtime error
now i want to give condition that if session is empty i want to do another process how to give condition if session is empty
Iam using like this
string gs=Session["site"].ToString();
but in my code Session is empty so its giving some runtime error
now i want to give condition that if session is empty i want to do another process how to give condition if session is empty
Comment