Method | Description | |
---|---|---|
ShowDetail ( int eventId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
LoadViewState ( object savedState ) : void | ||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object | ||
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cpSuggestionType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the cpSuggestionType control.
|
Method | Description | |
---|---|---|
BuildDynamicControls ( FollowingSuggestionType followingSuggestion, bool SetValues ) : void | ||
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( FollowingSuggestionType followingSuggestion ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( FollowingSuggestionType followingSuggestion ) : void |
Shows the readonly details.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | |
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int eventId ) : void | ||
eventId | int | The event identifier. |
return | void |
protected btnCancel_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 |
protected cpSuggestionType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |