Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML string to Dataset
Message
From
03/07/2003 16:30:29
 
 
To
01/07/2003 14:28:39
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00805771
Message ID:
00806730
Views:
19
This is what I do in the ASP.net realm.
You can prolly do something like this:



DataSet ds2 = new DataSet();
ds2.ReadXml(Server.MapPath("~/xml/CopyMod.xml"),XmlReadMode.InferSchema);
this.MyDatagrid.DataSource = ds2;
this.MyDatagrid.DataBind();
Previous
Reply
Map
View

Click here to load this message in the networking platform