# ErrorProvider

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.

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation.](http://docs.wisej.com/api)
{% endhint %}

## Features

### Validation

The `ErrorProvider` displays alert messages when detecting invalid input.

![ErrorProvider showing validation message](/files/-Mf51lcebR4MH6rB3HaW)

## Advanced

### JavaScript Widget

| Item        | Description                                                                                                         |
| ----------- | ------------------------------------------------------------------------------------------------------------------- |
| Class name  | "wisej.web.extender.ErrorProvider"                                                                                  |
| Source code | [https://github.com/iceteagroup/wisej-js](https://github.com/iceteagroup/wisej-js/blob/master/wisej.web.TextBox.js) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/extenders/errorprovider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
