I am trying to change the BackColor property of a textbox in a column using the TextBox GotFocus event. While the change occurs when the control gets focus, it reverts back to its original state when it loses focus. Why?
I need the column's textbox's properties to remain in their changed state for the life of the form. How?
Thank you.
I need the column's textbox's properties to remain in their changed state for the life of the form. How?
Thank you.