ErrorProvider
Provides a user interface for indicating that a control on a form has an error associated with it.
The Wisej.NET ErrorProvider indicates control errors to users. When an error is specified, an icon appears beside the control, flashing according to the BlinkStyle and BlinkRate settings. Hovering over the icon reveals a tooltip with the error description.
For data-bound controls, the ErrorProvider requires a specified ContainerControl, set either through the constructor or the ContainerControl property.
Features
Validation
The ErrorProvider displays alert messages when detecting invalid input.

Advanced
JavaScript Widget
Item
Description
Class name
"wisej.web.extender.ErrorProvider"
Source code
Last updated
Was this helpful?

