Browse by Tags

Related Posts

  • Passing through Exceptions from Application_Error without the Session

    Hello all, I have this little piece of code: protected void Application_Error( object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (ex != null ) { HttpContext .Current.Session[ "Error" ] = ex.ToString(); } Server.ClearError(); } It doesn't work however, since the Session...
    Posted to State Management (Forum) by r.heinkens on 07-23-2008, 12:00 AM
    Filed under: Session, Exception, Application_Error
  • State information becoming invalid when suppressing the post-back using javascript

    Hello All, In my project I need to throw a confirmation message to user when he hits the submit button. To achieve this I wrote a javascript function ( function1() )which pops up a confirm dialog and returns true or false based on user response. Now in the page_load, I add "return function1()"...
    Posted to State Management (Forum) by suhas.chatekar on 01-07-2008, 12:00 AM
    Filed under: onclick, Session, state, Exception, JavaScript, error
  • Can´t set sessionState mode to StateServer

    Hello, I'd like to set in my ASP .NET application sessionState mode to StateServer, so I included this command in my web.config file: < sessionState mode = " StateServer " timeout = " 180 " stateConnectionString = " tcpip=localhost:42424 " cookieless = " false...
    Posted to State Management (Forum) by kaspi on 11-27-2007, 12:00 AM
    Filed under: Session, Session State, StateServer, asp.net 2.0, Asp.Net 2.0 session, Exception
Page 1 of 1 (3 items)