Latest

6/recent/ticker-posts

Header Ads Widget

use textbox as color picker in c#

 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>




Post a Comment

0 Comments