WebUpdateDisplay Class

This Web control is a user interface for a WebUpdateController. It provides buttons (optionally) that the user can use to check for, download, apply an update, or cancel the current operation, and displays the current status of its associated WebUpdateController, including failed operations. The display control is optional. You could choose to interact with a WebUpdateController control directly from your web form.

For a list of all members of this type, see WebUpdateDisplay Members.

System.Object

     System.Web.UI.Control

         System.Web.UI.WebControls.WebControl

             System.Web.UI.WebControls.CompositeControl

                 Kjs.AppLife.Update.Web.WebUpdateDisplay

[Visual Basic]

Public Class WebUpdateDisplay

Inherits CompositeControl

[C#]

public class WebUpdateDisplay : CompositeControl

Namespace: Kjs.AppLife.Update.Web

Assembly: Kjs.AppLife.Update.Web (in Kjs.AppLife.Update.Web.dll)

See Also

WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace