Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Databinding refresh
Message
From
01/12/2004 18:00:32
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00966178
Message ID:
00966231
Views:
9
>Yes it's helps.... How do you reload your XML back into your existing Dataset ?

With a string reader:
StringReader sr = new StringReader(XML);
Data.ReadXml(sr, XmlReadMode.InferSchema);
Data.AcceptChanges();
which is implemented in our DataSet base class.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform