Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataset or XML
Message
 
To
10/10/2003 20:33:56
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00837727
Message ID:
00837735
Views:
28
>>
>>public void ImportXML(DataSet Data, string XML)
>>{
>>  StringReader sr = new StringReader(XML);
>>  Data.ReadXML(sr, XmlReadMode.InferSchema);
>>  Data.AcceptChanges();
>>}
>>
>
>Yes, the need to use a DataSet is limited to a specific method that only ASP.NET will read.
>
>I am trying to convert your code into ASP.NET and will let you know how it works.
>
>Thanks

What do you need to convert? It is C#? Are you using the Code-behind page? Are you using VB.NET? Are you coding inside of the .ASPX instead of the code-behind? You will need the System.Data, and the System.Xml reference.

Does that help?

Morgan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform