ADO.NET Search/Find

  • Thread starter Thread starter Haroon
  • Start date Start date
H

Haroon

I have a Data Grid Binded. I want to implement search on Multiple column in
the Grid. i.e. if the a required crieteria is found on the multiple columns
of the grid, I move the pointer to that row in the grid and retrieve that
selected datarow from the datatable.
I would appreciate any web-resource/tutorial on that functionality.

Thanks in advance

Haroon
 
Hi Haroon,

I can't help you much with asp.net stuff however, there is DataTable.Search
method that gives you the rows you want.
 
Back
Top