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 IE multiple ColorPicker problem. Other ColorPicker's icons doesn't show through anymore.
- Fixed multiple ColorPicker popup problem. Now popup position always correspond to clicked ColorPicker
- After multiple requests input box text color became always black in order to avoid situation "white on white".
- Selected color now assigned to background of little rectangle next to input box.
Latest release:
Previous releases: