Free asp.net color picker control

Element picture Element · Jan 16, 2009 · Viewed 18k times · Source

Can anyone recommend a free color picker web control for asp.net webforms ?

Thanks

Answer

Matthew Lock picture Matthew Lock · May 28, 2015

It's not supported by every browser yet, but you could use the HTML 5 color input:

<input type="color" name="favcolor" value="#ff0000">