Hi people,
with this command I can get the row index of founded records:
i = dv.Find(txtFind .Text);
but is there a good method that lets me show only founded records in DataGridView?
Or is it correct to clear the DataSet, to query database and to fill DataSet with search result??? (I tried it and it works!)
Thanx
with this command I can get the row index of founded records:
i = dv.Find(txtFind .Text);
but is there a good method that lets me show only founded records in DataGridView?
Or is it correct to clear the DataSet, to query database and to fill DataSet with search result??? (I tried it and it works!)
Thanx
Comment