How to change color of textbox in C# GUI?
Hi ,
I have 5 or 6 textboxes and all of them are required ( have required field validators ) .. I want to change their background color to yellow when they are left blank and when the box is filled the backgorund color to white ..Is it possible??? to do in c#
And can I apply same method for login page too!!