WebUpdateDisplay Methods
The methods of the WebUpdateDisplay class are listed here. For a complete list of WebUpdateDisplay class members, see the WebUpdateDisplay Members topic.
Public Methods
Causes the associated WebUpdateController to begin applying an update. | |
Causes the associated WebUpdateController to cancel its current operation. | |
Causes the associated WebUpdateController to begin checking for an available update. | |
Causes the associated WebUpdateController to begin downloading an update. |
Protected Methods
Overridden. Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. | |
Overridden. Restores control-state information from a previous page request that was saved by the SaveControlState method. | |
Raises the ApplyUpdateButtonClick event. | |
Raises the CancelButtonClick event. | |
Raises the CheckForUpdateButtonClick event. | |
Raises the DownloadUpdateButtonClick event. | |
Overridden. Raises the Init event. | |
Overridden. Raises the PreRender event. | |
Raises the RefreshButtonClick event. | |
Overridden. Renders the contents of the control to the specified writer. This method is used primarily by control developers. | |
Overridden. Saves any server control state changes that have occurred since the time the page was posted back to the server. |
See Also