Redirect from login
Hello,
I'm using a login control with the DestinationPageUrl set as follows:
<asp:Login ID="Login1" runat="server" DisplayRememberMe="False" TitleText="" DestinationPageUrl="UserDetails.aspx"></asp:Login>
But it always redirects whatever page I was on before the login page. I've tried all sorts of relative and absolute path names to no avail.
Where am I going wrong?
Thanks,
David.
|