我不會在行中添加行,我有我的軟件的xml數據庫,但我不明白如何爲此樣式添加行。vb.net add row in row xml
<facture>
<commande>000156</commande>
<date>Jan 1, 2003 14:30:00</date>
<commis>adsd</commis>
<client>0</client>
<item_liste>
<item_id>0</item_id>
<item_quantité>4</item_quantité>
<item_codebarre>0</item_codebarre>
<item_name>hejwkhe</item_name>
<item_price>55</item_price>
<item_tax>no</item_tax>
</item_liste>
<item_liste>
<item_id>2</item_id>
<item_quantité>5</item_quantité>
<item_codebarre>0</item_codebarre>
<item_name>ghskjfdghsfd</item_name>
<item_price>24</item_price>
<item_tax>yes</item_tax>
</item_liste>
<montant> 270 </montant>
</facture>
我現在添加的標準行
dataTable1.Rows.Add(img12, "", "", "", "", "", "")
感謝您的幫助,我對我的英語不好對不起。
顯示結果你所期望 – Fabio
什麼結果是什麼,我露面,但如果我在我的帳上有5個項目我有5在,並且豈不等於只行我有,,,,和我的XML基礎是<?XML版本= 「1.0」 編碼= 「UTF-8」?> –