C# Class HBM.Users

Inheritance: System.Web.UI.Page
Show file Open project: nirshandileep/HotelManagement

Protected Properties

Property Type Description
PopupControlContentControl1 global::DevExpress.Web.ASPxPopupControl.PopupControlContentControl
btnSave global::DevExpress.Web.ASPxEditors.ASPxButton
ddlDepartment global::DevExpress.Web.ASPxEditors.ASPxComboBox
ddlRoles global::DevExpress.Web.ASPxEditors.ASPxComboBox
hdnUserId global::System.Web.UI.WebControls.HiddenField
ppcDepartment global::DevExpress.Web.ASPxPopupControl.ASPxPopupControl
txtConfirmPassword global::DevExpress.Web.ASPxEditors.ASPxTextBox
txtEmail global::DevExpress.Web.ASPxEditors.ASPxTextBox
txtFirstName global::DevExpress.Web.ASPxEditors.ASPxTextBox
txtLastName global::DevExpress.Web.ASPxEditors.ASPxTextBox
txtPassword global::DevExpress.Web.ASPxEditors.ASPxTextBox
txtUserName global::DevExpress.Web.ASPxEditors.ASPxTextBox

Protected Methods

Method Description
ClearFormData ( ) : void
DisplayData ( ) : void
LoadRoles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SaveData ( ) : bool
UpdateData ( ) : bool
btnSave_Click ( object sender, EventArgs e ) : void
txtConfirmPassword_CustomJSProperties ( object sender, DevExpress e ) : void
txtPassword_CustomJSProperties ( object sender, DevExpress e ) : void

Private Methods

Method Description
AuthoriseUser ( ) : void
LoadDepartments ( ) : void

Method Details

ClearFormData() protected method

protected ClearFormData ( ) : void
return void

DisplayData() protected method

protected DisplayData ( ) : void
return void

LoadRoles() protected method

protected LoadRoles ( ) : void
return void

Page_Load() protected method

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

SaveData() protected method

protected SaveData ( ) : bool
return bool

UpdateData() protected method

protected UpdateData ( ) : bool
return bool

btnSave_Click() protected method

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

txtConfirmPassword_CustomJSProperties() protected method

protected txtConfirmPassword_CustomJSProperties ( object sender, DevExpress e ) : void
sender object
e DevExpress
return void

txtPassword_CustomJSProperties() protected method

protected txtPassword_CustomJSProperties ( object sender, DevExpress e ) : void
sender object
e DevExpress
return void

Property Details

PopupControlContentControl1 protected property

PopupControlContentControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxPopupControl.PopupControlContentControl PopupControlContentControl1
return global::DevExpress.Web.ASPxPopupControl.PopupControlContentControl

btnSave protected property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxButton btnSave
return global::DevExpress.Web.ASPxEditors.ASPxButton

ddlDepartment protected property

ddlDepartment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxComboBox ddlDepartment
return global::DevExpress.Web.ASPxEditors.ASPxComboBox

ddlRoles protected property

ddlRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxComboBox ddlRoles
return global::DevExpress.Web.ASPxEditors.ASPxComboBox

hdnUserId protected property

hdnUserId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnUserId
return global::System.Web.UI.WebControls.HiddenField

ppcDepartment protected property

ppcDepartment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxPopupControl.ASPxPopupControl ppcDepartment
return global::DevExpress.Web.ASPxPopupControl.ASPxPopupControl

txtConfirmPassword protected property

txtConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtConfirmPassword
return global::DevExpress.Web.ASPxEditors.ASPxTextBox

txtEmail protected property

txtEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtEmail
return global::DevExpress.Web.ASPxEditors.ASPxTextBox

txtFirstName protected property

txtFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtFirstName
return global::DevExpress.Web.ASPxEditors.ASPxTextBox

txtLastName protected property

txtLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtLastName
return global::DevExpress.Web.ASPxEditors.ASPxTextBox

txtPassword protected property

txtPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtPassword
return global::DevExpress.Web.ASPxEditors.ASPxTextBox

txtUserName protected property

txtUserName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxEditors.ASPxTextBox txtUserName
return global::DevExpress.Web.ASPxEditors.ASPxTextBox