SlideShare a Scribd company logo
1 of 3
Download to read offline
Read XML file in C#
This article will guide you how to display XML content in Gridview

XMLFile content

<ProductList>
    <Products>
        <ProductId>1</ProductId>
       <ProductName>Aniseed Syrup</ProductName>
       <UnitPrice>27</UnitPrice>
   </Products>
   <Products>
       <ProductId>2</ProductId>
       <ProductName>Chef Anton's Cajun Seasoning</ProductName>
       <UnitPrice>20</UnitPrice>
   </Products>
   <Products>
       <ProductId>3</ProductId>
       <ProductName>Queso Cabrales</ProductName>
       <UnitPrice>28</UnitPrice>
   </Products>
   <Products>
       <ProductId>4</ProductId>
       <ProductName>Alice Mutton</ProductName>
       <UnitPrice>24</UnitPrice>
   </Products>
   <Products>
       <ProductId>5</ProductId>
       <ProductName>Sasquatch Ale</ProductName>
       <UnitPrice>30</UnitPrice>
    </Products>
</ProductList>


In Web Forms




using System;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;


public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            DataSet ds = new DataSet();
            ds.ReadXml(Server.MapPath("Products.xml"));
            GridView1.DataSource = ds;
            GridView1.DataBind();
        }
    }
}


Download Source Code



In Windows Forms




using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;


namespace Read_XML_file_Windows_Forms
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
DataSet ds = new DataSet();
            ds.ReadXml("C:Products.xml");
            dataGridView1.DataSource = ds.Tables[0];
        }
    }
}


Download Source Code

More Related Content

Viewers also liked

Jazykové kurzy Berlitz Total Immersion
Jazykové kurzy Berlitz Total ImmersionJazykové kurzy Berlitz Total Immersion
Jazykové kurzy Berlitz Total ImmersionPetra Procházková
 
Grainothèques en bibliothèque : l’exemple de Brest
Grainothèques en bibliothèque : l’exemple de BrestGrainothèques en bibliothèque : l’exemple de Brest
Grainothèques en bibliothèque : l’exemple de BrestBenoît Vallauri
 
read and write program on c#
read and write program on c#read and write program on c#
read and write program on c#zameer Abbas
 
Check for file types
Check for file typesCheck for file types
Check for file typesSayed Ahmed
 
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...Benoît Vallauri
 
Biblioremix : l'esprit lab en bibliothéque
Biblioremix : l'esprit lab en bibliothéqueBiblioremix : l'esprit lab en bibliothéque
Biblioremix : l'esprit lab en bibliothéqueBenoît Vallauri
 
File handling in 'C'
File handling in 'C'File handling in 'C'
File handling in 'C'Gaurav Garg
 
Writing clean code in C# and .NET
Writing clean code in C# and .NETWriting clean code in C# and .NET
Writing clean code in C# and .NETDror Helper
 
file handling c++
file handling c++file handling c++
file handling c++Guddu Spy
 
Installation de la Bibliobox sur un routeur mr3020
Installation de la Bibliobox sur un routeur mr3020Installation de la Bibliobox sur un routeur mr3020
Installation de la Bibliobox sur un routeur mr3020Benoît Vallauri
 

Viewers also liked (14)

Jazykové kurzy Berlitz Total Immersion
Jazykové kurzy Berlitz Total ImmersionJazykové kurzy Berlitz Total Immersion
Jazykové kurzy Berlitz Total Immersion
 
Grainothèques en bibliothèque : l’exemple de Brest
Grainothèques en bibliothèque : l’exemple de BrestGrainothèques en bibliothèque : l’exemple de Brest
Grainothèques en bibliothèque : l’exemple de Brest
 
read and write program on c#
read and write program on c#read and write program on c#
read and write program on c#
 
Check for file types
Check for file typesCheck for file types
Check for file types
 
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...
Bibliomaker : Outils d’animation et de fabrication numérique dans le contexte...
 
Advanced c#
Advanced c#Advanced c#
Advanced c#
 
File handling
File handlingFile handling
File handling
 
Biblioremix : l'esprit lab en bibliothéque
Biblioremix : l'esprit lab en bibliothéqueBiblioremix : l'esprit lab en bibliothéque
Biblioremix : l'esprit lab en bibliothéque
 
File handling in 'C'
File handling in 'C'File handling in 'C'
File handling in 'C'
 
Writing clean code in C# and .NET
Writing clean code in C# and .NETWriting clean code in C# and .NET
Writing clean code in C# and .NET
 
Homeschool Powerpoint
Homeschool PowerpointHomeschool Powerpoint
Homeschool Powerpoint
 
File Handling In C++
File Handling In C++File Handling In C++
File Handling In C++
 
file handling c++
file handling c++file handling c++
file handling c++
 
Installation de la Bibliobox sur un routeur mr3020
Installation de la Bibliobox sur un routeur mr3020Installation de la Bibliobox sur un routeur mr3020
Installation de la Bibliobox sur un routeur mr3020
 

Recently uploaded

مختصر علم احكام القرآن فقه القرآن وفق منهج العرض
مختصر علم احكام القرآن فقه القرآن وفق منهج العرضمختصر علم احكام القرآن فقه القرآن وفق منهج العرض
مختصر علم احكام القرآن فقه القرآن وفق منهج العرضأنور غني الموسوي
 
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaran
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaranFAIL REKOD PENGAJARAN.pptx fail rekod pengajaran
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaransekolah233
 
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...Nguyen Thanh Tu Collection
 
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...Nguyen Thanh Tu Collection
 
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 

Recently uploaded (11)

LAR MARIA MÃE DE ÁFRICA .
LAR MARIA MÃE DE ÁFRICA                 .LAR MARIA MÃE DE ÁFRICA                 .
LAR MARIA MÃE DE ÁFRICA .
 
مختصر علم احكام القرآن فقه القرآن وفق منهج العرض
مختصر علم احكام القرآن فقه القرآن وفق منهج العرضمختصر علم احكام القرآن فقه القرآن وفق منهج العرض
مختصر علم احكام القرآن فقه القرآن وفق منهج العرض
 
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
 
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaran
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaranFAIL REKOD PENGAJARAN.pptx fail rekod pengajaran
FAIL REKOD PENGAJARAN.pptx fail rekod pengajaran
 
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...
TUYỂN TẬP 25 ĐỀ THI HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2023 CÓ ĐÁP ÁN (SƯU...
 
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 5 By SadurshSharia Mufti Amjad Ali Azmi
 
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 3 By SadurshSharia Mufti Amjad Ali Azmi
 
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
 
Energy drink .
Energy drink                           .Energy drink                           .
Energy drink .
 
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...
TUYỂN TẬP 20 ĐỀ THI KHẢO SÁT HỌC SINH GIỎI MÔN TIẾNG ANH LỚP 6 NĂM 2020 (CÓ Đ...
 
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
 

Read xml file in c#

  • 1. Read XML file in C# This article will guide you how to display XML content in Gridview XMLFile content <ProductList> <Products> <ProductId>1</ProductId> <ProductName>Aniseed Syrup</ProductName> <UnitPrice>27</UnitPrice> </Products> <Products> <ProductId>2</ProductId> <ProductName>Chef Anton's Cajun Seasoning</ProductName> <UnitPrice>20</UnitPrice> </Products> <Products> <ProductId>3</ProductId> <ProductName>Queso Cabrales</ProductName> <UnitPrice>28</UnitPrice> </Products> <Products> <ProductId>4</ProductId> <ProductName>Alice Mutton</ProductName> <UnitPrice>24</UnitPrice> </Products> <Products> <ProductId>5</ProductId> <ProductName>Sasquatch Ale</ProductName> <UnitPrice>30</UnitPrice> </Products> </ProductList> In Web Forms using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls;
  • 2. using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("Products.xml")); GridView1.DataSource = ds; GridView1.DataBind(); } } } Download Source Code In Windows Forms using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Read_XML_file_Windows_Forms { public partial class Form1 : Form { public Form1() { InitializeComponent();
  • 3. DataSet ds = new DataSet(); ds.ReadXml("C:Products.xml"); dataGridView1.DataSource = ds.Tables[0]; } } } Download Source Code