smartDBforms.NET API Reference

OperationStatus Class

OperationStatus displays success and error messages after SmartDBView completes a operation . The ControlIDToHandle property specifies the ID of a SmartDBView control.

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

System.Object
   Control
      WebControl
         OperationStatus

[Visual Basic]
Public Class OperationStatus
    Inherits WebControl
    Implements IDataItemContainer, INamingContainer
[C#]
public class OperationStatus : WebControl, IDataItemContainer, INamingContainer

Remarks

OperationStatus can display either its own predefined user interface or you can use the SuccessTemplate and ErrorTemplate template properties to create your own success and error message user interface. The predefined user interface is used only when the SuccessTemplate or ErrorTemplate property is not specified.

You can use standard data binding expressions to initialize the controls in the SuccessTemplate and ErrorTemplate. You can find description of the available properties during data binding in OperationStatus.DataItemClass class.

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

OperationStatus Members | Adillis.SmartDBForms Namespace