Exemplo n.º 1
0
 protected void btnUpdateProfile_Click(object sender, EventArgs e)
 {
     UserProfile1.SaveProfile();
     lblProfileFeedbackOK.Visible = true;
 }
Exemplo n.º 2
0
 protected void CreateUserWizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e)
 {
     UserProfile1.SaveProfile();
 }
Exemplo n.º 3
0
 protected void CreateUserWizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e)
 {
     UserProfile1.UserName = CreateUserWizard1.UserName;
     UserProfile1.SaveProfile();
     //CreateUserWizard1.FinishDestinationPageUrl = "~/Admin/EditUser.aspx?UserName=" + CreateUserWizard1.UserName;
 }