displaying xml data in a gridview(asp.net). Im struggling to get it to display all data as each time i go to run it says a error with binding data. protected void Data() { var ds = new DataSet(); var path = Server.MapPath("~/XMLFile1.xml"); ds.ReadXml(path); GridView1.DataSource = ds; GridView1.DataBind(); }

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

 question regarding displaying xml data in a gridview(asp.net). Im struggling to get it to display all data as each time i go to run it says a error with binding data.

protected void Data() { var ds = new DataSet(); var path = Server.MapPath("~/XMLFile1.xml"); ds.ReadXml(path); GridView1.DataSource = ds; GridView1.DataBind(); }

This is my code and here is the xml:

<?xml version="1.0" encoding="UTF-8"?> <PurchaseCollection> <purchases> <Purchase> <id>1</id> <fullName>Anna Acacia</fullName> <emailAddress>anna@acacia.com</emailAddress> <productname>Lilly Pilly</productname> <unitprice>100</unitprice> <quantity>1</quantity> </Purchase> <Purchase> <id>2</id> <fullName>Byron Beech</fullName> <emailAddress>byron@beech.com</emailAddress> <productname>Snow Gum</productname> <unitprice>17</unitprice> <quantity>2</quantity> </Purchase> <Purchase> <id>3</id> <fullName>Cassie Casuarina</fullName> <emailAddress>cassie@casuarina.com</emailAddress> <productname>Golden Wattle</productname> <unitprice>45</unitprice> <quantity>3</quantity> </Purchase> <Purchase> <id>4</id> <fullName>Donny Dahlia</fullName> <emailAddress>donny@dahlia.com</emailAddress> <productname>Rusty Gum</productname> <unitprice>8</unitprice> <quantity>44</quantity> </Purchase> </purchases> </PurchaseCollection>

Please any help is welcome as been stuck on it for a while. 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education