Метод | Описание | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
gPrayerRequests_Add ( object sender, |
Handles the Add event of the gPrayerRequests control.
|
|
gPrayerRequests_CheckChanged ( object sender, |
Handles the CheckChanged event of the gPrayerRequests IsApproved field.
|
|
gPrayerRequests_Delete ( object sender, |
Handles the Delete event of the gPrayerRequests control.
|
|
gPrayerRequests_Edit ( object sender, |
Handles the Edit event of the gPrayerRequests control.
|
|
gPrayerRequests_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles disabling the Toggle fields if the user does not have Approval rights.
|
|
gfFilter_ApplyFilterClick ( object sender, |
Handles the Apply Filter event for the GridFilter
|
|
gfFilter_DisplayFilterValue ( object sender, |
Handles displaying the stored filter values.
|
Метод | Описание | |
---|---|---|
BindFilter ( ) : void |
Binds any needed data to the Grid Filter also using the user's stored preferences.
|
|
BindGrid ( ) : void |
Binds the grid to a list of Prayer Requests.
|
|
DeleteAllRelatedNotes ( PrayerRequest prayerRequest ) : void |
Deletes all related notes.
|
|
gPrayerRequests_GridRebind ( object sender, |
Handles the GridRebind event of the gPrayerRequests control.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected gPrayerRequests_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPrayerRequests_CheckChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPrayerRequests_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPrayerRequests_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPrayerRequests_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
Результат | void |
protected gfFilter_ApplyFilterClick ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected gfFilter_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e as DisplayFilterValueArgs (hint: e.Key and e.Value). | |
Результат | void |