C# Class MettleSystems.dashCommerce.Web.admin.rolelist

Mostrar archivo Open project: dashcommerce/dashcommerce-3

Protected Methods

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

Handles the Load event of the Page control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

lbDelete_Click ( object sender, CommandEventArgs e ) : void

Handles the Click event of the lbDelete control.

Private Methods

Method Description
SetRoleListProperties ( ) : void

Sets the role list properties.

dgRoles_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgRoles control.

Method Details

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnSave_Click() protected method

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

lbDelete_Click() protected method

Handles the Click event of the lbDelete control.
protected lbDelete_Click ( object sender, CommandEventArgs e ) : void
sender object The source of the event.
e CommandEventArgs The instance containing the event data.
return void