Done it now.
On login.aspx, the register.aspx link is in a literal. So, on page load I can catch the ReturnUrl string and then rewrite the link to register.aspx like so.
register.aspx?ReturnUrl=fo
Whatever page the user requested when he was redirected to login.aspx is therefore passed on to the register.aspx page where on page load I make the ContinuePageDestinationUrl
Wing
Main Topics
Browse All Topics





by: Infinite_RecursionPosted on 2008-05-19 at 10:30:14ID: 21599789
So the login.aspx page approach is not enough ?
Is there something different you are trying to accomplish?