Datagrid Problem

  • Thread starter Thread starter --=|3s|=--
  • Start date Start date
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
 
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
 
Back
Top