Hi All,
I am using C#.net to develop a web application. I have a gridview and a table displaying two different lists of data. I want to have the backcolor of the cell (of both gridview and table) to blink between two colors, say for example the cell background color must blink (two colors using yellow, green).
Is this possible ? I am able to only set the backcolor property with just one value.
Can anyone help me with some ideas on how to get this working ?
Thanks.
I am using C#.net to develop a web application. I have a gridview and a table displaying two different lists of data. I want to have the backcolor of the cell (of both gridview and table) to blink between two colors, say for example the cell background color must blink (two colors using yellow, green).
Is this possible ? I am able to only set the backcolor property with just one value.
Can anyone help me with some ideas on how to get this working ?
Thanks.
Comment