FormsAuthentication.RedirectFromLoginPage(UserEmail.Value,
PersistCookie.Checked)
This will take to which page? I mean after login where are we mentioning the
page to which it should go? I think it will go to default.aspx but if I want to
mention where should it lead, how can I do that?