C# Class FITKMS.Users.Profile

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
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

Public Methods

Method Description
resizeBitmap ( Bitmap b, int nWidth, int nHeight ) : Bitmap

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
passwordSubmit_Click ( object sender, EventArgs e ) : void
saveSubmit_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindForm ( ) : void

Method Details

Page_Load() protected method

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

passwordSubmit_Click() protected method

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

resizeBitmap() public static method

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

saveSubmit_Click() protected method

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

Property Details

cancelSubmit protected_oe property

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
return global::System.Web.UI.WebControls.Button

dayList protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

errorLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

error_label protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

fnameInput protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

genderList protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

imageFile protected_oe property

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
return global::System.Web.UI.WebControls.FileUpload

lnameInput protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

mailInput protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

monthList protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList

password1Input protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

password2Input protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

passwordSubmit protected_oe property

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
return global::System.Web.UI.WebControls.Button

saveSubmit protected_oe property

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
return global::System.Web.UI.WebControls.Button

successLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

success_label protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

userImage protected_oe property

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
return global::System.Web.UI.WebControls.Image

usernameInput protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

yearList protected_oe property

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
return global::System.Web.UI.WebControls.DropDownList