hi, below is the code, after login successful, i want to redirect the user to a new link. The code redirect back to How can I redirect to ?
Thanks alot.
StringBuilder url = new StringBuilder ( );
url.Append ( "mail.anyone.com/" );
url.Append ( Server.UrlEncode ( UserEmail.Value ) );
Response.Redirect ( url.ToString ( ) );
Thanks alot.
StringBuilder url = new StringBuilder ( );
url.Append ( "mail.anyone.com/" );
url.Append ( Server.UrlEncode ( UserEmail.Value ) );
Response.Redirect ( url.ToString ( ) );