Advice for a newbie...

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

I am new to VB.net 2005.

I have a form with one combo box for dates and a datagridview for list
detail data such such dates, meeting location.

How do I list data in datagrid in response to date select in the combo box?

SF
 
SF said:
Hi,

I am new to VB.net 2005.

I have a form with one combo box for dates and a datagridview for list
detail data such such dates, meeting location.

How do I list data in datagrid in response to date select in the combo
box?

SF

More information, please!
Where is the data to be displayed in the grid stored? are there date fields
in this data that can be used to filter what is displayed?
 
Back
Top