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(); }

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter3: Data Representation
Section: Chapter Questions
Problem 3RP
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.
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage