Quantcast
Channel: MS Dot Net Discussions on Coding Resolved
Viewing all articles
Browse latest Browse all 40

How to highlight values inside a gridview in c#

$
0
0
Hello
I have grid view in Windows form c# application, I want to highlight some column values if some condition becomes true. 
For example
i have a grid view with columns
+-----+--------+---------------+-------------------+
|  id  |  Name  |   Serial No  |   Expiry Date   |
+------+--------+---------------+--------------------+
| 01  |  abc   |  0001234   |  10/13/2014     |
+----+-----------+---------------+--------------------+

I want to highligh values of Cloumn "Expiry Date" if value is equal to current Date.


Viewing all articles
Browse latest Browse all 40

Latest Images

Trending Articles





Latest Images