I am facing problems while showing data from two different tables in DataGrid Control while entering new data.
I have two Database Tables
1. VoucherDetail (VoucherID, ProductID, Quantity, Rate)
2. ProductMaster (ProductID, Name, Rate)
Now the Problem is that I have made a sale voucher which contains a datagrid control (which is linked to VoucherDetail table) to add entries.
Now I want to show ProductName from ProductMaster table in second column of datagrid control, as I enter ProductID in first column.
And this is required while entering new data.
Software/Hardware used:
ASKED:
March 30, 2006 5:10 PM
UPDATED:
March 31, 2006 10:03 AM