IErrorProvider
Wisej.Web.IErrorProvider
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Exposes a common api implemented by components that can collect errors in relation to a Control.
Methods
GetError(control)

Returns the current error description string for the specified control.
Parameter
Type
Description
Returns: String. The error description string for the specified control.
SetError(control, value)

Sets the error description string for the specified control.
Implemented By
Name
Description
Represents a label control.
Represents an hyper-link control.
Provides a user interface for indicating that a control on a form has an error associated with it.
Last updated
Was this helpful?