utorak, 30. lipnja 2009.

How to set background color of textbox in C#

How to set background color of textbox in c#

Codebehind:

using System.Drawing;

txtRokDatum.BackColor = Color.White;