Searching in a DataGrid

  • Thread starter Thread starter Michael Wong
  • Start date Start date
M

Michael Wong

Hi, I came from Access and am still new to ADO.NET
I have managed to display data in a datagrid and what I would
like to do (sometime) is to make a search in that datagrid, just
like when I was in Access (ctrl+F).
Is there a function or method that allow me to do this in the
datagrid?

Thanks
 
¤ Hi, I came from Access and am still new to ADO.NET
¤ I have managed to display data in a datagrid and what I would
¤ like to do (sometime) is to make a search in that datagrid, just
¤ like when I was in Access (ctrl+F).
¤ Is there a function or method that allow me to do this in the
¤ datagrid?

See if the following helps:

HOW TO: Implement a Searchable DataGrid by Using ADO.NET and Windows Forms
http://support.microsoft.com/default.aspx?scid=kb;en-us;308070&Product=vbNET


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top