Method | Description | |
---|---|---|
Page_Load ( object sender, |
Handles the Load event of the Page control.
|
Method | Description | |
---|---|---|
ClearSavedValue ( string key ) : void |
Clears the saved value.
|
|
GetSavedValue ( string key ) : object |
Gets the saved value.
|
|
ProcessException ( |
Processes the exception.
|
protected Page_Load ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |