re you using login control or textboxes for logging in? If you are using login control, then there will be a property "DestinationPageUrl", which you
can set to the aspx page that you want to show after successful login
I have used textboxes for login...
after successfull login, user redirects on add.aspx page but what if he tries to open any page in betwn & then after login ???
jeeten09
Member
122 Points
150 Posts
Re: Redirect to corresponding page after LogIN
Apr 01, 2012 08:56 AM|LINK
I have used textboxes for login...
after successfull login, user redirects on add.aspx page but what if he tries to open any page in betwn & then after login ???