i have a gridview in my web page which shows the details like employee name, employee salary.
i filled my gridview using a dataset and all the values are retrieved from sqlserver db.
now, in my gridview, i want to highlight the rows(change color of the rows) or employees who get salary more than 10,000.
could any one of you please help me in doing so.
please give the code if any!
thank you
i filled my gridview using a dataset and all the values are retrieved from sqlserver db.
now, in my gridview, i want to highlight the rows(change color of the rows) or employees who get salary more than 10,000.
could any one of you please help me in doing so.
please give the code if any!
thank you
Comment