Looking for work? Check out our jobs area.
*/

Other Views

corner
*/

XML FAQ - Writing a Dataset as XML

How do I write a dataset as XML?

// Exports a dataset to an .xml file
FileStream stream = File.Create("MyDataset.xml");
data.WriteXml(stream, XmlWriteMode.IgnoreSchema);
stream.Close();


Back to XML FAQ
corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.
Resource Listings