FAQ
overflow

Great Answers to
Questions About Everything

QUESTION

I'm looking for a good way to indicate the value of a ComboBox is dirty. With TextBoxes I set the Background to yellow but that looks a little funny with the ComboBox because by default it looks 3d-ish and changing the background to straight yellow makes it appear flat. Any ideas about how to show the ComboBox value is dirty while keeping the look clean and pretty?

{ asked by KrisTrip }

ANSWER

Assuming you mean you want to show that the value has changed and therefore the user needs to hit "Save" you could do one of the following:

etc.

There are pros and cons to each (I've outlined a couple) and you need to see what works with your application and users.

{ answered by ChrisF }
Tweet