C# Class EmployeeDirectory, ASPNET4

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: spbooks/ASPNET4 Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected BindList ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( int employeeId, string newName, string newUsername ) : void
employeeId int
newName string
newUsername string
Résultat void

employeesList_ItemCommand() protected méthode

protected employeesList_ItemCommand ( object source, DataListCommandEventArgs e ) : void
source object
e DataListCommandEventArgs
Résultat void