ADO Datagrid question

N

Newbie!

Hey group,

I`ve looked everywhere for this one but it dosn`t seem to be documentsed for
VB.Net on C#.

All is in VB.NET and Access 2002

Here goes, I have a Datagrid bound to a Tabled Called Users, the Users Table
has a feild called Site, which is a lookup to a Feild in the Sites Table
called SITEID. How do i get the Coloum in the Datagrid to give me a ComboBox
List of all the Rows in my Sites/SITEID feild?

Ta
Si
 
D

Derek LaZard

Hi. Are the requirements for designTime or runTime display of Sites data?

There are several methods for doing this; just to name a few:
1) another DataAdapter
2) modification of the dataAdapter Select command
3) a SQLServer DataView
4) a dataSet schema that includes a Sites dataTable
....

Derek LaZard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top