L
Liz
Working with a DataGrid/DataView in VB, I have the
following code
VB.NET
//set the OrderID field of a newly added product
_productsData.Item(_productsData.Count - 1) ("OrderID") =
_order.orderID;
I need to convert this to C#??
Liz
following code
VB.NET
//set the OrderID field of a newly added product
_productsData.Item(_productsData.Count - 1) ("OrderID") =
_order.orderID;
I need to convert this to C#??
Liz