Hi

I have a datagridview that is bound to a datatable "Invoices" "Select * from Invoices".When the user presses on "Search Date"(Select * from Invoices where InvoiceDate=@Date) I want to highlight the rows in the datagridview that fit into the query.
I don't want to use a dataview,I want to display all the records of the table "Invoices" and the records returned by the search queries with highlight

Any help