End Google Ads 201810 - BS.net 01 --> Hi everybody,

I'm trying to make a simple contactlist in VS2008 C#.

1) I need to display a table in a mdb db file in a datagrid.

2) Above the grid in the UI i have a searchcritera on which column i want to make the search on.
Think a dropdownbox with column names and a textbox that is the relevant searchtext.

3) When i change the searchtext char by char i want to show a subset of the datagrid(growing or shrinking), ie filter out rows that
doesn't meet the "searchtext".

Don't need complete solutions, just point me in the direction of which controls and approaches to use.
Am a bit anti against datasets, but probably in this case i would use them ?

/Daniel S