C# Class ExamWeb.editButtonTemplate

Template to be used in databinding to add an edit button functionality to the datagrid.
Inheritance: ITemplate
Afficher le fichier Open project: pragmaticpat/EdwardsFoundation Class Usage Examples

Méthodes publiques

Méthode Description
InstantiateIn ( Control container ) : void

Private Methods

Méthode Description
container_DataBinding ( object sender, EventArgs e ) : void

Method Details

InstantiateIn() public méthode

public InstantiateIn ( Control container ) : void
container System.Web.UI.Control
Résultat void