C# 클래스 UserRegistration, devryweb460store

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: jasonhuber/devryweb460store 1 사용 예제들

보호된 메소드들

메소드 설명
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