Re: Question about redirecting a user after authentication
From: Simon Harvey (simon.harvey_at_the-web-works.co.uk)
Date: 02/18/04
- Next message: Simon Harvey: "The best datagrid tool for asp.net?"
- Previous message: Steven Cheng[MSFT]: "RE: Response Filter losing data when response is buffered"
- In reply to: Fluker: "Re: Question about redirecting a user after authentication"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 11:49:44 -0000
"Fluker" <flu@youidiot.org> wrote in message
news:edYbP4g9DHA.2472@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> RedirectFromLoginPage() works just fine. If you redirect to login
> page manually, make sure that a querystring "ReturnURL" is appended to
> URL with value of ApplicationPath + "/" + "yourpage.aspx", and this value
> is server encoded. Once login is validated it will automatically redirect
> user
> to page in that querystring. If returnURL is absent then
> RedirectFromLoginPage
> redirects to "default.aspx" in base directory.
>
> Hope this helps,
>
> FLU.
>
Hi Mr Flu,
Thanks for your help. It was that last line in your reply that I was
needing!
Thanks
Simon
- Next message: Simon Harvey: "The best datagrid tool for asp.net?"
- Previous message: Steven Cheng[MSFT]: "RE: Response Filter losing data when response is buffered"
- In reply to: Fluker: "Re: Question about redirecting a user after authentication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|