C# Class UserRegistration, devryweb460store

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: jasonhuber/devryweb460store Class Usage Examples

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
UserRegistrationWizard_ContinueButtonClick ( object sender, EventArgs e ) : void

This code is reached after all the steps are completed and the user clicks continue

userRegistrationWizard_CreatedUser ( object sender, EventArgs e ) : void

This method sets up addition user registration information. This code runs after the user has been registered to the ASP.Net tables.

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

UserRegistrationWizard_ContinueButtonClick() protected méthode

This code is reached after all the steps are completed and the user clicks continue
protected UserRegistrationWizard_ContinueButtonClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

userRegistrationWizard_CreatedUser() protected méthode

This method sets up addition user registration information. This code runs after the user has been registered to the ASP.Net tables.
protected userRegistrationWizard_CreatedUser ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void