C# Class Northwind.TestSite.CategoryList

Inheritance: System.Web.BasePage
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
PagingControl1 global::Northwind.TestSite.UserControls.PagingControl
grdItem global::System.Web.UI.WebControls.GridView

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
PagingControl1_RecordsPerPageChanged ( object sender, EventArgs e ) : void
Populate ( ) : void
grdItem_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

PagingControl1 protected_oe property

PagingControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Northwind.TestSite.UserControls.PagingControl PagingControl1
Résultat global::Northwind.TestSite.UserControls.PagingControl

grdItem protected_oe property

grdItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView grdItem
Résultat global::System.Web.UI.WebControls.GridView