DefaultRedirect Problem
From: Gary (gb_at_nospam.com)
Date: 02/02/04
- Next message: Jeff G.: "Forwarding WebResponse File To Web Browser"
- Previous message: bdwise: "Re: Difference Between Click and F5?"
- Next in thread: Alvin Bruney [MVP]: "Re: DefaultRedirect Problem"
- Reply: Alvin Bruney [MVP]: "Re: DefaultRedirect Problem"
- Reply: Steven Cheng[MSFT]: "RE: DefaultRedirect Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 2 Feb 2004 10:47:41 -0800
When using an ASPX page for a DefaultRedirect it does not work if the ASPX
page has any code in it.
If I put ...
If Not IsPostBack Then
lblMessage.Text = Server.GetLastError.Message
End If
in the ASPX page it does not display when an unhandled exception is thrown.
If I take the code out, the ASPX page displays properly when an unhandled
exception is thrown.
Does anyone know why this occurs?
Thanks,
G
- Next message: Jeff G.: "Forwarding WebResponse File To Web Browser"
- Previous message: bdwise: "Re: Difference Between Click and F5?"
- Next in thread: Alvin Bruney [MVP]: "Re: DefaultRedirect Problem"
- Reply: Alvin Bruney [MVP]: "Re: DefaultRedirect Problem"
- Reply: Steven Cheng[MSFT]: "RE: DefaultRedirect Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|