C# Class VolTeer.SampleControls.SampleAddressContext

Exibir arquivo Open project: CISC181/VolTeerNET

Protected Properties

Property Type Description
RadAjaxManager1 global::Telerik.Web.UI.RadAjaxManager
rGridAddress global::Telerik.Web.UI.RadGrid

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
rGridAddress_DeleteCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_DeleteCommand - Is executed if the 'Delete' command is called

rGridAddress_InsertCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_InsertCommand - Is executed if the 'Insert' command is called

rGridAddress_ItemDataBound ( object sender, GridItemEventArgs e ) : void

rGridAddress_ItemDataBound - Executed for each and every row painted on the grid, no matter what state

rGridAddress_NeedDataSource ( object sender, Telerik e ) : void

rGridAddress_NeedDataSource - Executed if the grid senses it needs a datasource. No binding is necessary.. Telerik takes control of binding.

rGridAddress_UpdateCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_UpdateCommand - Is executed if the 'Update' command is called

rGridAdress_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void

rGridAdress_UpdIns - Call this shared method if insert or update

Method Details

Page_Load() protected method

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

rGridAddress_DeleteCommand() protected method

rGridAddress_DeleteCommand - Is executed if the 'Delete' command is called
protected rGridAddress_DeleteCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

rGridAddress_InsertCommand() protected method

rGridAddress_InsertCommand - Is executed if the 'Insert' command is called
protected rGridAddress_InsertCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

rGridAddress_ItemDataBound() protected method

rGridAddress_ItemDataBound - Executed for each and every row painted on the grid, no matter what state
protected rGridAddress_ItemDataBound ( object sender, GridItemEventArgs e ) : void
sender object
e GridItemEventArgs
return void

rGridAddress_NeedDataSource() protected method

rGridAddress_NeedDataSource - Executed if the grid senses it needs a datasource. No binding is necessary.. Telerik takes control of binding.
protected rGridAddress_NeedDataSource ( object sender, Telerik e ) : void
sender object
e Telerik
return void

rGridAddress_UpdateCommand() protected method

rGridAddress_UpdateCommand - Is executed if the 'Update' command is called
protected rGridAddress_UpdateCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

rGridAdress_UpdIns() protected method

rGridAdress_UpdIns - Call this shared method if insert or update
protected rGridAdress_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void
sender object
e GridCommandEventArgs
iAction int
return void

Property Details

RadAjaxManager1 protected_oe property

RadAjaxManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadAjaxManager RadAjaxManager1
return global::Telerik.Web.UI.RadAjaxManager

rGridAddress protected_oe property

rGridAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadGrid rGridAddress
return global::Telerik.Web.UI.RadGrid