Set Textbox Control’s back color to a hex value color

Filed Under (ASP.NET, C#) by admin on 09-02-2009

txtSubject.BackColor = ColorTranslator.FromHtml("#C4C4C4");

Leave a Reply