Project DescriptionVisual Extension of the default ASP.NET Validators using .NET Framework 2.0 without using AJAX. This enhancement adds more colourful and intuitive errors to the final user to understand about the issues we are trying to alert him.
Current StatusExtenderValidators has released its first version. The core validator controls are all supported.
Give ExtenderValidators a try and let me know how it works for you! Feedback, issues, or suggestions can be submitted in the issue tracker.
InstructionsUsing ExtenderValidators is simple:
*Add the assembly to your toolbox and everytime you edit a WebSite project in Visual Studio it will right there for you!.
*Add the reference to your project and then to include any of this controls to your page, you need to register the following line:
<%@ Register TagPrefix="val" Namespace="ExtendedValidators" Assembly="ExtendedValidators" %>
Setting up a test environmentYou can download the source code from the Source Code tab from this page so you can test it to see if this fits your needs.
Reporting ErrorsIf you are running into errors using ExtenderValidators, please use our discussion forum for help.
When asking for help, please remember to include any information needed so I can reproduce your bug and correct it as soon as posible.
LicensePlease visit the license tab notes page for further information.
NoteThis project is built and maintained using .NET Framework 2.0 capabilities, so I'm not sure if it will compile and run smooth on any other version of .NET Framework. Feel feel to try and send me some feedback!
Visual Example
DonationsAs you know, this project is free and it is supported and developed during my free time. However, I accept donations to help support Aquiles and accelerate development on it.
Click here to donate to AquilesBugFixes in versions
- v1.1.1
- Fix an introduced bug on last release that cause a javascript error when calling RangeValidator validation function.
- Now, when you disable a validator through javascript code (using "ValidatorEnable") will properly hide the bubble.
- v1.1.0
- The buble was hided behind combo boxes on IE, now i have put an iframe behind the buble so it is shown over combo boxes. (Thanks to Ariel Rodriguez! for this fix).
- v1.0.0