This example demonstrates Color Picker use with default settings.
Example code
<%@ Register
TagPrefix="obout" Namespace="OboutInc.ColorPicker" Assembly="obout_ColorPicker" %
> ...
<asp:TextBox readOnly="true" id="color" style="vertical-align: middle;" runat="server"/> Click here:
<obout:ColorPicker runat="server" TargetId="color" />
See the full source code in
/ColorPicker/aspnet_default.aspx file of downloaded
Suite.