Home All Groups Group Topic Archive Search About
Author
13 Jul 2006 9:31 AM
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

Author
13 Jul 2006 12:24 PM
tomb
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

reidarT wrote:

Show quoteHide quote
>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
>
>

>