المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Read XML File and load result in datagridview



C# Programming
08-09-2009, 08:15 PM
Hello all i have the following structure of an XML documet:


</span span class="code-SummaryComment"version/spanspan class="code-keyword"="/spanspan class="code-keyword"1.0"/span span class="code-SummaryComment"encoding/spanspan class="code-keyword"="/spanspan class="code-keyword"utf-8"/span span class="code-SummaryComment"?/spanspan class="code-SummaryComment">


255
12:00
13:00


255
12:00
13:00




i need a (c#) code to read to document and load the items: Relais, TijdIn and Tijd uit in a different collum in a datagridview.
Because im new to XML i need your help! thank You!