Hi
I used this code for find record in datatable.
Dim Myrow() as DataRow
MyRow =MyDataSet(MyTable).Select(Criteria)
its work good
Now i want hightlight this record in datagrid . How i can this work?
Thanks