Error messages in ASP.NET with jQuery UI
        Posted  
        
            by eugeneK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by eugeneK
        
        
        
        Published on 2010-06-08T11:00:26Z
        Indexed on 
            2010/06/08
            11:02 UTC
        
        
        Read the original article
        Hit count: 212
        
ASP.NET
I've been using my own Error reporting module which was combination of simple c# and jQueryUI Dialog. Problem is that once error or success occurs i do write it's value to session. It does work pretty good on pages with Responce.Redirect on error but not on pages where i catch an error and then return to same form.
My question is why does session which added pre-postback fails to load in pages where i have return statement on some condition.
And if there another way to save errors and success message except in session ? Maybe global variables or something like that ...
© Stack Overflow or respective owner