IErrorProvider
Wisej.Web.IErrorProvider
Last updated
Wisej.Web.IErrorProvider
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Exposes a common api implemented by components that can collect errors in relation to a Control.
Returns the current error description string for the specified control.
Parameter | Type | Description |
---|---|---|
control | The item to get the error description string for. |
Returns: String. The error description string for the specified control.
Sets the error description string for the specified control.
Parameter | Type | Description |
---|---|---|
control | The control to set the error description string for. | |
value | The error description string, or null or Empty to remove the error. |
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. |