Color Picker AJAX Extender
| Author |
|
| Company |
N/A |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
February 03, 2009 |
| Updated on |
February 04, 2009 |
| .NET Framework |
2.0, 3.5 |
| Cost |
Free |
Description
ColorPicker is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side color-picking functionality with UI in a popup control. You can interact with the ColorPicker by clicking on a colored area to select a color. It requires a binary reference to the ASP.NET AJAX Control Toolkit.
ColorPicker extender is cross-browser compatible: it works with IE 6/7, Firefox, Opera, Safari and Google Chrome. ColorPicker is built on top of ASP.NET AJAX Control Toolkit and internally utilizes a Popup extender. ColorPicker is compatible with the UpdatePanel: can be placed inside the UpdatePanel.
Syntax Example
<asp:textbox id="TextBox1" runat="server" columns="7" maxlength="7" />
<asp:imagebutton id="ImageButton1" runat="server" imageurl="~/Images/icon_colorpicker.gif" />
<cdt:colorpickerextender id="cpe" runat="server"
targetcontrolid="TextBox1"
samplecontrolid="ImageButton1"
popupbuttonid="ImageButton1" />Screenshots
Reviews
Submit a review