C# Class FineUIDemo.CK_People_edit

Inheritance: System.Web.UI.Page
Show file Open project: kamiba/FineUIDemo

Protected Methods

Method Description
GetQueryIntValue ( string queryKey ) : int
Page_Load ( object sender, EventArgs e ) : void
btnSaveClose_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadData ( ) : void

Method Details

GetQueryIntValue() protected method

protected GetQueryIntValue ( string queryKey ) : int
queryKey string
return int

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSaveClose_Click() protected method

protected btnSaveClose_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void