views:

13

answers:

1

Can the standard ASP.NET Visual Studio validation controls display an icon with a tool tip message instead of text, the way the WinForms ErrorProvider controls work?

If not, is the AjaxToolkit's ValidatorCallout control the best approach? Is this control flakey?

A: 

Here is what you need, already covered. http://www.codeproject.com/KB/validation/RequiredTextBox.aspx

Subhash Dike