Okay I'm having an issue, I have a label that displays errors, the label is on the master page.
The problem is it only shows the error from one page ago. I can get an incorrect password, the page refreshes but because the label isn't generated till the next time around, it only shows till I try again (if I succeed, it will say "incorrect password" and
the next page will say "You have logged in" even though you were logged in when it said "incorrect password")
So basically I need to say to process all the code for whatever is inside the master page THEN load the error message from memory, I figured it would be an on render event or post load or some such... Any ideas?
strange_will
Member
120 Points
24 Posts
On Render?
Mar 30, 2006 03:34 PM|LINK
The problem is it only shows the error from one page ago. I can get an incorrect password, the page refreshes but because the label isn't generated till the next time around, it only shows till I try again (if I succeed, it will say "incorrect password" and the next page will say "You have logged in" even though you were logged in when it said "incorrect password")
So basically I need to say to process all the code for whatever is inside the master page THEN load the error message from memory, I figured it would be an on render event or post load or some such... Any ideas?