C# 클래스 Northwind.TestSite.SupplierList

상속: System.Web.BasePage
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
PagingControl1 global::Northwind.TestSite.UserControls.PagingControl
grdItem global::System.Web.UI.WebControls.GridView

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
PagingControl1_RecordsPerPageChanged ( object sender, EventArgs e ) : void
Populate ( ) : void
grdItem_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

PagingControl1 보호되어 있는 프로퍼티

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

grdItem 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.GridView