C# Class VolTeer.SampleControls.SampleAddressContext

Afficher le fichier Open project: CISC181/VolTeerNET

Protected Properties

Свойство Type Description
RadAjaxManager1 global::Telerik.Web.UI.RadAjaxManager
rGridAddress global::Telerik.Web.UI.RadGrid

Méthodes protégées

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

rGridAddress_DeleteCommand() protected méthode

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

rGridAddress_InsertCommand() protected méthode

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

rGridAddress_ItemDataBound() protected méthode

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
Résultat void

rGridAddress_NeedDataSource() protected méthode

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
Résultat void

rGridAddress_UpdateCommand() protected méthode

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

rGridAdress_UpdIns() protected méthode

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
Résultat 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
Résultat 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
Résultat global::Telerik.Web.UI.RadGrid