C# Class EmployeeDirectory, ASPNET4

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: spbooks/ASPNET4 Class Usage Examples

Protected Methods

Method Description
BindList ( ) : void
Page_Load ( object sender, EventArgs e ) : void
UpdateItem ( int employeeId, string newName, string newUsername ) : void
employeesList_ItemCommand ( object source, DataListCommandEventArgs e ) : void

Method Details

BindList() protected method

protected BindList ( ) : void
return void

Page_Load() protected method

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

UpdateItem() protected method

protected UpdateItem ( int employeeId, string newName, string newUsername ) : void
employeeId int
newName string
newUsername string
return void

employeesList_ItemCommand() protected method

protected employeesList_ItemCommand ( object source, DataListCommandEventArgs e ) : void
source object
e DataListCommandEventArgs
return void