C# Класс UserRegistration, devryweb460store

Наследование: System.Web.UI.Page
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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.

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

UserRegistrationWizard_ContinueButtonClick() защищенный Метод

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
Результат void

userRegistrationWizard_CreatedUser() защищенный Метод

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
Результат void