Question filtering or searching with controls in a DataGridView

afla

New member
Joined
Jul 19, 2008
Messages
1
Programming Experience
Beginner
Hi there,

I have created a DataGridView from an MS access query (more than 12 columns!), I would like to make a search or filter the records either with an external combobox or some checkboxes to avoid showing all the columns and making a search through the controls.
I know... it's a very "beginner" question but very urgent, any help will be appreciated!

afla
 
if you are going to add an external combo box or whatever control for filtering still you must filter your datagrid view using SQL command SELECT and update your datagrid view by filling your dataset by your dataadapter....

hope it gives you an idea
sorry if i cannot provide the exact code.
 
Back
Top