Login.DestinationPageUrl does not work for me
Whenever i try to login , this control redirects to the page requested on the first place after logging in even though i have mentioned which page to open after user is logged in . Following is the solution to this :
protected void Login1_LoggedIn(object sender, EventArgs e)
{
Response.Redirect(ResolveClientUrl(Login1.DestinationPageUrl));
}
af075380-2226-4021-9989-77314f652d3c|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
ASP.NET, C#
Login Control, DestinationPageUrl