In this article we learn how we can use a textbox as color picker in C#

Just simply add  TextMode="color" in textbox.


<asp:TextBox ID="TextBox1" TextMode="Color" runat="server"></asp:TextBox>