J
Jamie Sutherland
Hi,
I have a windows form using vb.net that has 5 text boxes, 1 button and a
datagrid.
txtProdID
txtDesc
txtQty
txtUnit
txtTotal
dgProducts
btnAddtoDataGrid
When the user has entered the info into the textboxes and then click
btnAddtoDataGrid then I want the data added to the datagrid.
Question - How do I do this? - I am not sure on creating the rows in the
datagrid.
Thanks
Jamie
I have a windows form using vb.net that has 5 text boxes, 1 button and a
datagrid.
txtProdID
txtDesc
txtQty
txtUnit
txtTotal
dgProducts
btnAddtoDataGrid
When the user has entered the info into the textboxes and then click
btnAddtoDataGrid then I want the data added to the datagrid.
Question - How do I do this? - I am not sure on creating the rows in the
datagrid.
Thanks
Jamie