Order objects for Northwind Access database
Posted
by
Artem Shnayder
on Stack Overflow
See other posts from Stack Overflow
or by Artem Shnayder
Published on 2010-01-07T18:45:22Z
Indexed on
2012/10/05
21:38 UTC
Read the original article
Hit count: 195
I need to build two objects: an OrderList and an Order.
Using those two objects, I have to populate a DataGridView with a history of the orders. However, I am instructed not to use binding sources for the connection or other drag and drop controls. Unfortunately, from Google it seems like those are the most popular options for this type of problem.
Can anyone point me in the right direction? I don't have much experience with C#.
Thanks.
© Stack Overflow or respective owner