How do I make a textbox in my web form a certain color.
I have namesplate system.drawing.
Textbox_D_dif.Text.forecolor = System.Drawing.Color.Red - Get error forecolor not a member of string
But I get error forecolor not a member of string. Also, how do I make an entries in a web form listview a certain color.
Go to the complete details ...