MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Home page  (Mono Support )

Viewed 14154 time(s), 11 post(s) 4/26/2013 7:24:28 AMby mrudul
dbracun

dbracun

5/3/2013 11:39:22 AM
Hi Mrudul,

you could override method OnLoggedInRedirect and implement your functionality like this:

protected override void OnLoggedInRedirect(MonoSoftware.Core.CancelEventArgs<System.Web.Security.MembershipUser> e)
{
       e.Cancel = true;
       Response.Redirect("/MonoX/Pages/SocialNetworking/Discussion.aspx");
       base.OnLoggedInRedirect(e);
}
Regards
This content has not been rated yet. 
188 Reputation 18 Total posts
1 2