C# Class Northwind.TestSite.TerritoryList

Exibir arquivo Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
PagingControl1 global::Northwind.TestSite.UserControls.PagingControl
grdItem global::System.Web.UI.WebControls.GridView
lblHeader global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
PagingControl1_RecordsPerPageChanged ( object sender, EventArgs e ) : void
Populate ( ) : void
grdItem_RowDataBound ( object sender, GridViewRowEventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return 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
return 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
return global::System.Web.UI.WebControls.GridView

lblHeader protected_oe property

lblHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblHeader
return global::System.Web.UI.WebControls.Literal