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

Select Color:

Latest features:

  1. Fixed IE multiple ColorPicker problem. Other ColorPicker's icons doesn't show through anymore.
  2. Fixed multiple ColorPicker popup problem. Now popup position always correspond to clicked ColorPicker
  3. After multiple requests input box text color became always black in order to avoid situation "white on white".
  4. Selected color now assigned to background of little rectangle next to input box.

Latest release:

Previous releases: