C# Class UserRegistration, devryweb460store

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: jasonhuber/devryweb460store Class Usage Examples

Protected Methods

Method 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 method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UserRegistrationWizard_ContinueButtonClick() protected method

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
return void

userRegistrationWizard_CreatedUser() protected method

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
return void