Datagrid Problem

3

--=|3s|=--

I have a form students. 2 oledbdataAdapters. 1 dataset. One
oledbdataAdapter for my student table one for a table with courses.
I want to see per student the courses that he follows.... On my form
u can see 3 txtboxes with name, surname and number of a student. Now
the datagrid on my form must be filled with every cours of that
student with that number....

Please..
Thx
 
C

Cor

Hi

There are different approaches,

My approach is to file the dataset from the datagrid with courses from a
select with a "where" clause from the student number information in the
textboxes.

Cor
 

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

Top