Method | Description | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
btnAddAnother_Click ( object sender, |
Set up the form for another request from the same person.
|
|
btnSave_Click ( object sender, |
Handles the Click event to save the prayer request.
|
Method | Description | |
---|---|---|
BindCategories ( string categoryGuid ) : void |
Bind the category selector to the correct set of categories.
|
|
IsValid ( ) : bool |
Returns true if the form is valid; false otherwise.
|
|
StartWorkflow ( PrayerRequest prayerRequest, |
Starts the workflow if one was defined in the block setting.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnAddAnother_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |