C# 클래스 FITKMS.Login

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: fitba/km-2013-projects-team-bjelasnica

보호된 프로퍼티들

프로퍼티 타입 설명
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
loginSubmit global::System.Web.UI.WebControls.Button
passwordInput global::System.Web.UI.WebControls.TextBox
usernameInput global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
loginSubmit_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearFields ( ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

loginSubmit_Click() 보호된 메소드

protected loginSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

errorLabel 보호되어 있는 프로퍼티

errorLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label errorLabel
리턴 global::System.Web.UI.WebControls.Label

error_label 보호되어 있는 프로퍼티

error_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl error_label
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

loginSubmit 보호되어 있는 프로퍼티

loginSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button loginSubmit
리턴 global::System.Web.UI.WebControls.Button

passwordInput 보호되어 있는 프로퍼티

passwordInput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox passwordInput
리턴 global::System.Web.UI.WebControls.TextBox

usernameInput 보호되어 있는 프로퍼티

usernameInput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox usernameInput
리턴 global::System.Web.UI.WebControls.TextBox