Datagrid & combobox

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

I have a bound combobox and a datagridview on a form.
When I select from the combobox, I want the list in the datagrid to refresh
and show appropriate data with criteria from the combobox (i.e. employee ID)
reidarT
 
This sounds like V2005. I am still using V2003, but I would be using a
dataview for the grid, then modify the rowfilter based on my selection
in the combobox. There must be something similar in V2005 that you can do.

T
 
Back
Top