geneboss
6/17/2011 2:18:48 PM
Hi Guys,
I want to redirect user after logging in. I'm thinking to do the following:
private string _returnURL = string.Empty;
protected void RedirectAfterLogin(object sender, EventArgs e)
{
if(_returnURL != string.Empty)
Response.Redirect("/MonoX/Pages/SocialNetworking/Dashboard.aspx");
}
Would you kindly elaborate on this, since you indicated RedirectAfterLogin is obfuscated and can not be translated
Thanks
This content has not been rated yet.
189
Reputation
19
Total posts