Quantcast
Channel: ASPSnippets RSS Feed
Viewing all articles
Browse latest Browse all 4777

ASP.Net Login RedirectUrl: Redirect to requested page after Login in ASP.Net using C# and VB.Net

$
0
0
Here Mudassar Ahmed Khan has explained with an example, a simple login form using Forms Authentication which validates user login from database and if the login is valid then a check is made for RedirectUrl in QueryString, if it exists then the user is redirected to value of the RedirectUrl and if it does not exists then the user is redirected to the Home page in ASP.Net using C# and VB.Net.

Viewing all articles
Browse latest Browse all 4777