How can i change textbox BackColor in code-behind to something like this:
Textbox1.BackColor = "#F2F0E1
instead of
Textbox1.BackColor = System.Drawing.White
How can i change textbox BackColor in code-behind to something like this:
Textbox1.BackColor = "#F2F0E1
instead of
Textbox1.BackColor = System.Drawing.White