C# Class Northwind.TestSite.RegionList

ファイルを表示 Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
PagingControl1 global::Northwind.TestSite.UserControls.PagingControl
cmdAdd global::System.Web.UI.WebControls.Button
grdItem global::System.Web.UI.WebControls.GridView
lblError global::System.Web.UI.WebControls.Label
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
cmdAdd_Click ( object sender, EventArgs e ) : void
grdItem_RowCommand ( object sender, GridViewCommandEventArgs e ) : 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

cmdAdd protected_oe property

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

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

lblError protected_oe property

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

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