ASP.NET Color Picker - Callback with MS ASP.NET AJAX

Click to the box:
Color Picker
  

 

This example demonstrates how to post back selected color to Server (MS ASP.NET AJAX).

Example code

Script blocks are the same as in Post back to server example.

<asp:HiddenField runat="server" id="HiddenValue" value="" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
        Click to the box:
        <obout:ColorPicker runat="server" OnClientOpen="OnColorOpen" OnClientPicked="OnColorPicked"
                                     TargetId="color" TargetProperty="style.backgroundColor" >
              <asp:TextBox readOnly="true" id="color" style="cursor: pointer;" runat="server"/>
        </obout:ColorPicker>
        <asp:Button runat="server" Text="Submit"/><br/><br/>
        <asp:label id="Message" runat="server" Text="&nbsp;" />
    </ContentTemplate>
</asp:UpdatePanel>

Download working example
Download.

"I've scanned the Internet for ASP.NET controls and yours are *BY FAR* the most featured and attractive (not to mention they don't crash, unlike some others!). Building the site around your component suite gave us the competitive edge."

Shane Mitchell
University of Queensland (Australia)