wanna export a XML file
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to export a XML file to a specified path (eg: C:\...). containing 1 column (column name 'ID')and records that contain these columns are needed to sort. Please share the source code if anyone has idea.
flowerppk
There's a bunch of different ways of doing this. You can put your data into a DataSet or DataTable object and use it's WriteXml methods. You can write it out using the XmlDocument classes or a straight text file, ... But, noone is just going to give you the code to do this. Though, we'll help you write your own code.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007