Change textbox BackColor in code-behind

Viewed 83090

How can i change textbox BackColor in code-behind to something like this:

Textbox1.BackColor = "#F2F0E1

instead of

Textbox1.BackColor = System.Drawing.White
3 Answers
Related