Chris Johnson

Chris Johnson

  • NA
  • 67
  • 31.5k

Streaming an XML into a datagridview

Apr 26 2016 10:41 AM
Hi all,
I am streaming this XML file into a windows forms app.  Can someone give me a clue as to where to start? I am at a loss as to how to populate a Datagridview. As the file is streaming I can see all the data in say a message box so I have that bit right, but I have tried everything to populate a datadridview and failed.

Please put me out of my misery folks :-(

Repeating XML sections.
-<Row2>
<vShipperNumber Text="72471001"/>
<vReceivingPlant Text="02039000"/>
<vDate Text="160204"/>
<vPartNumber Text="7327343-10T?raussengri"/>
<vOrderNumber Text="0006991728"/>
<vSelfBillRef Text="63453511"/>
<vReceivedQuantity Text="20"/>
<vPU Text="PCE"/>
<vUnitPrice Text="0.32"/>
<vCorrection Text="0"/>
<vPreTaxValue Text="6.4"/>
<vVatPercent Text="0"/>
<vVatValue Text="0"/>
<vGrossValue Text="6.4"/>
</Row2>

Answers (6)