ASP.NET Color Picker Control
It is difficult to find a decent color picker control for ASP.NET. However, there are plenty of pure JavaScript color picker controls. I decided to take one of them and convert it into an ASP.NET web server control. As a base, I took the dhtmlgoodies advanced color picker.
Here is a little example of ASP.NET Color Picker:
Selected Color: None
Latest features:
- Fixed various multiple ColorPicker problems. All ColorPicker controls are independent now. However only one can be visible at given time.
If you try to open another ColorPicker previous one would close.
- If you click second time on ColorPicker icon then ColorPicker would close.
- Fixed ColorPicker big value sliders bug. Thanks to Dan Calkins.
- Initial color value now automatically populates sliders values in "Color slider" tab.
- ASP.NET Validators are finally supported!
- Fixed ClientID bug, so now ColorPicker can be included in user controls and web parts.
- Overall fixed a lot of internal code issues, which probably fixed other unreported bugs.
Latest release:
Previous releases: