HomeCommunityControl GalleryForm ControlsDrop DownsColor Picker AJAX Extender

Color Picker AJAX Extender



Submit a Review

868 Downloads

7,353 Views


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