I Can Not Use Session In Page _Load And I Got Bellow Error
- by LostLord
hi my dear friends ....
why i got this error :
(Object reference not set to an instance of an object.)
when i put this code in my page_load.:
protected void Page_Load(object sender, EventArgs e)
{
BackEndUtils.OverallLoader();
string Teststr = Session["Co_ID"].ToString();
}
==========================================================================
this session is made when user logins to my web site and this session works in other areas...
thanks for your attention