datagrids

JamesBowtell

Member
Joined
Feb 26, 2009
Messages
16
Programming Experience
3-5
Hey all,

i have two datagrids that i am using in VB 2008:

datagrid1 holds information about Products information in the following columns -

asset_id, description, manufacturer, model

datagrid2 holds information about Orders in the following columns -

order_id, asset_id, price

What i want to do, when i click on a specific row on the products datagrid a new row will appear in the orders datagrid with the asset_id from the products datagrid in the asset_id column on the orders datagrid

cacn anyone show me how this can be done?

cheers :)
 
Back
Top