locked
asp.net website session error RRS feed

  • Question

  • Dear sir,

    I am an .net scholar in my asp web project have a small error kindly help me. I have admin and user section in my admin section have only one master page and few web forms and in the master page i have a Navigation menu bar when i click menu item then redirect.response("pages"). But i could not success because the error is in the destination pages. i created session value in Menu1_itemclickcommand event. although the click pages are goes to destination but error are in destination pages.  

    destination error is 

    I tried many times with break point but item click break point not working that direct goes to destination pages.

    Kindly help me.

    • Moved by CoolDadTx Monday, March 4, 2019 6:46 PM ASP.NET related
    Monday, March 4, 2019 3:52 PM

All replies

  • 1) An aspx page must be setup to allow session to be used.

    2) You should do a null value check on the session variable before you try to use it,  becuase of possible timeout and the session is gone.

    3) ASP.NET issues can be addressed at the ASP.NET forums.

     https://forums.asp.net/

    Monday, March 4, 2019 4:18 PM