Click here to Skip to main content
Sign Up to vote bad
good
How to display the data from an xmlfile in Vb.net ??
Posted 8 Feb '13 - 4:23


1 solution

There is information on how to do that here[^]
  Permalink  
Comments
virajdawarka - 10 Feb '13 - 8:30
hello, the code displayed is : Imports System.Xml Imports System.Data Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim xmlFile As XmlReader xmlFile = XmlReader.Create("Product.xml", New XmlReaderSettings()) Dim ds As New DataSet ds.ReadXml(xmlFile) DataGridView1.DataSource = ds.Tables(0) End Sub End Class The problem is that it is only displaying the table , how to display all data within the table??
CHill60 - 10 Feb '13 - 12:39
Not sure what you mean ... I've got a sample xml file with 2 sub-nodes within each node and they are being displayed correctly in the dataGridView as extra columns. If I have attributes on the nodes they are also being displayed in a separate column

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 273
1 Sergey Alexandrovich Kryukov 254
2 Maciej Los 136
3 Richard MacCutchan 125
4 Zoltán Zörgő 90
0 Sergey Alexandrovich Kryukov 10,264
1 OriginalGriff 7,917
2 CPallini 4,181
3 Rohan Leuva 3,522
4 Maciej Los 3,125


Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 8 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid