C# 클래스 FITKMS.Users.Profile

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

보호된 프로퍼티들

프로퍼티 타입 설명
cancelSubmit global::System.Web.UI.WebControls.Button
dayList global::System.Web.UI.WebControls.DropDownList
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
fnameInput global::System.Web.UI.WebControls.TextBox
genderList global::System.Web.UI.WebControls.DropDownList
imageFile global::System.Web.UI.WebControls.FileUpload
lnameInput global::System.Web.UI.WebControls.TextBox
mailInput global::System.Web.UI.WebControls.TextBox
monthList global::System.Web.UI.WebControls.DropDownList
password1Input global::System.Web.UI.WebControls.TextBox
password2Input global::System.Web.UI.WebControls.TextBox
passwordSubmit global::System.Web.UI.WebControls.Button
saveSubmit global::System.Web.UI.WebControls.Button
successLabel global::System.Web.UI.WebControls.Label
success_label global::System.Web.UI.HtmlControls.HtmlGenericControl
userImage global::System.Web.UI.WebControls.Image
usernameInput global::System.Web.UI.WebControls.TextBox
yearList global::System.Web.UI.WebControls.DropDownList

공개 메소드들

메소드 설명
resizeBitmap ( Bitmap b, int nWidth, int nHeight ) : Bitmap

보호된 메소드들

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

비공개 메소드들

메소드 설명
BindForm ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

passwordSubmit_Click() 보호된 메소드

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

resizeBitmap() 공개 정적인 메소드

public static resizeBitmap ( Bitmap b, int nWidth, int nHeight ) : Bitmap
b System.Drawing.Bitmap
nWidth int
nHeight int
리턴 System.Drawing.Bitmap

saveSubmit_Click() 보호된 메소드

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

프로퍼티 상세

cancelSubmit 보호되어 있는 프로퍼티

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

dayList 보호되어 있는 프로퍼티

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

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

fnameInput 보호되어 있는 프로퍼티

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

genderList 보호되어 있는 프로퍼티

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

imageFile 보호되어 있는 프로퍼티

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

lnameInput 보호되어 있는 프로퍼티

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

mailInput 보호되어 있는 프로퍼티

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

monthList 보호되어 있는 프로퍼티

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

password1Input 보호되어 있는 프로퍼티

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

password2Input 보호되어 있는 프로퍼티

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

passwordSubmit 보호되어 있는 프로퍼티

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

saveSubmit 보호되어 있는 프로퍼티

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

successLabel 보호되어 있는 프로퍼티

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

success_label 보호되어 있는 프로퍼티

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

userImage 보호되어 있는 프로퍼티

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

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

yearList 보호되어 있는 프로퍼티

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