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.

For a full list of properties, methods and events see the API documentation.

Features

Validation

The ErrorProvider displays alert messages when detecting invalid input.

ErrorProvider showing validation message

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.extender.ErrorProvider"

Last updated

Was this helpful?