المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Newbie DatagridView Question



C# Programming
12-07-2009, 05:50 AM
I am working on a Invoice Application in which a user can enter in the invoice line items by selecting the item number from a combobox within a DataGridView. I am looking for some sample code to do the following:

1. load a combox within a datagridview from a table
2. load other fields (item descr, item price from combobox table)

As always, thanks for the advice.