메소드 | 설명 | |
---|---|---|
OnInit ( |
Handles the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Handles the E:System.Web.UI.Control.Load event.
|
|
btnDone_Click ( object sender, |
When done button clicked send them to the homepage
|
|
btnSave_Click ( object sender, |
Handles the Click event to save the prayer request.
|
|
lbPrayerCancel_Click ( object sender, |
When cancel clicked send them to the homepage
|
메소드 | 설명 | |
---|---|---|
BindCategories ( string categoryGuid ) : void |
Bind the category selector to the correct set of categories.
|
|
GoHome ( ) : void | ||
IsValid ( ) : bool |
Returns true if the form is valid; false otherwise.
|
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected btnDone_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbPrayerCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |