I have a DropDownList control within a cell in a row in a GridView control on my web page.
Ideally what I want is that when a user changes the selection in the DropDownList control, the cell changes colour (i.e. maybe green) to indicate some further action needs to be taken - i.e. the 'Update' button/link should then be clicked - after which the cell colour is returned to it's original colour.
How can this be done?
Ideally what I want is that when a user changes the selection in the DropDownList control, the cell changes colour (i.e. maybe green) to indicate some further action needs to be taken - i.e. the 'Update' button/link should then be clicked - after which the cell colour is returned to it's original colour.
How can this be done?