Gridview apply background color based on a column value for each row
I want to apply background color for each row of a grid view based on column value
I want to apply background color for each row of a grid view based on column value
Hello, I created a Grid View to export data from database by SQL query. Some columns should be in number format and others in date format. I defined date format in both SQL query and in Grid View. But when I export data by right click from grid view ...