No announcements
Found 3101482 threads
-
3 Votes
Load Data from DataTable To XML File
DataSet can read & write that xml format.Answered | 28 Replies | 9267 Views | Created by ZEMZEMI Amine - Friday, May 8, 2009 11:22 AM | Last reply by ZEMZEMI Amine - Wednesday, May 13, 2009 7:47 AM -
1 Votes
AutoIncrement fails when storing DataTable as XML
The solution for his problem is to use DiffGram when serializing writing into XML as pointed in my previous post.Answered | 7 Replies | 6532 Views | Created by JM6 - Friday, February 19, 2010 9:55 AM | Last reply by BonnieB - Saturday, March 6, 2010 4:45 PM -
0 Votes
xml to datatable
ReadXML only works with a Dataset, not with a datatable.Answered | 1 Replies | 680 Views | Created by CanAnn - Wednesday, November 27, 2013 4:45 PM | Last reply by Joel Engineer - Wednesday, November 27, 2013 5:25 PM -
1 Votes
How to Import data from Xml into DataTable
thangnc said: I can't use DataTable.ReadXml because xml not same schema in DataTable.Answered | 8 Replies | 14120 Views | Created by thangnc - Wednesday, November 26, 2008 10:07 AM | Last reply by Rudedog2 - Monday, April 6, 2009 6:41 PM -
1 Votes
Write dataTable rows to a text file
I'm now having an issue preserving the spaces that are present in the original text file.Answered | 8 Replies | 13785 Views | Created by Brian205 - Wednesday, August 24, 2011 9:27 PM | Last reply by Brian205 - Thursday, August 25, 2011 4:04 PM -
4 Votes
DataTable to GridView
DataSource = DataTAnswered | 8 Replies | 828 Views | Created by Kostaras - Monday, March 24, 2014 10:09 AM | Last reply by Kareninstructor - Monday, March 24, 2014 10:58 AM -
1 Votes
Gridview Convert to datatable or dataset
Hi yasin_sahan, There is no directly method to export itemssource to datatable or dataset, you have to create a new datatable, and add row and ...Answered | 4 Replies | 6717 Views | Created by aspır - Monday, August 22, 2011 11:19 AM | Last reply by Sheldon _Xiao - Wednesday, August 24, 2011 3:30 AM -
1 Votes
Include parent element when writing xml to file.
Time to start writing one!Answered | 14 Replies | 1035 Views | Created by Tim1022 - Tuesday, November 10, 2015 9:15 PM | Last reply by Tim1022 - Friday, November 27, 2015 12:43 AM -
1 Votes
Write Object Data to an XML File
That's strange because when I serialize as binary data, private members are included.Answered | 2 Replies | 1001 Views | Created by Kensino - Saturday, February 14, 2015 9:55 PM | Last reply by Kensino - Monday, February 16, 2015 7:56 PM -
0 Votes
Xml Document to DataTable
Hello, Below is the XML document that needs to parsed and exported to DATATABLE.Answered | 2 Replies | 506 Views | Created by dillu - Thursday, June 16, 2016 6:39 PM | Last reply by dillu - Friday, June 17, 2016 6:06 AM -
3 Votes
XML file: what is fast way to write xml data into a xml file?
Also, XDocument is part of the newer linq to XML library where the XmlDocument is part of the older System.Xml library.Answered | 3 Replies | 6875 Views | Created by JJChen - Friday, July 22, 2011 6:50 PM | Last reply by Patrick Rodgers - Tuesday, July 26, 2011 4:35 PM -
1 Votes
Persisting a DataTable in SharePoint
I did followed the below way to achieve my functionality- 1) Converted the DataTable into xml string .Answered | 2 Replies | 4717 Views | Created by Carol K S - Monday, May 3, 2010 4:27 AM | Last reply by Carol K S - Monday, May 3, 2010 5:27 PM -
4 Votes
How to re-use a DataTable to write to multiple databases
Better create a DataView of the dataTable. its more meant to work with data, do filtering anf stuff.Answered | 8 Replies | 3914 Views | Created by Jerica Truax - Monday, August 29, 2011 7:59 PM | Last reply by Louis.fr - Wednesday, August 31, 2011 7:24 AM -
0 Votes
Create datatable dynamic and fill gridview
If the tables are not related at all, you'll have to setup everything yourself... means to build a table containing the columns to display and inserting the data manually ...Answered | 3 Replies | 3490 Views | Created by Zubayba - Tuesday, June 4, 2013 11:53 AM | Last reply by Thorsten Gudera - Tuesday, June 4, 2013 1:35 PM -
1 Votes
XML data with Blend issue?
The XMLDataProvider was designed to read and display data, not to commit its value back to a file.Answered | 2 Replies | 4053 Views | Created by Mike Silver - Wednesday, June 17, 2009 1:54 PM | Last reply by EPRI_Dave - Friday, June 19, 2009 4:56 PM -
1 Votes
Merging Data in DataSet or DataTable
I actually thought of a shortcut for our situation since it will be on one time insert in to a database and that is to transfer the saved XML document to the SQL server ...Answered | 4 Replies | 3364 Views | Created by iJared - Saturday, September 26, 2009 2:35 AM | Last reply by Tamer Oz - Wednesday, September 30, 2009 5:48 AM -
0 Votes
Using data from XML file to populate Datatable
Don't know if this was just a copy/paste issue ... but this XML is not valid for ...Answered | 2 Replies | 3681 Views | Created by Curtis Broyles - Thursday, December 17, 2009 9:39 PM | Last reply by Curtis Broyles - Tuesday, December 22, 2009 10:19 PM -
0 Votes
store bulk data in datatable
Datatable is a memory variable, saving records into the datatable means saving them into memory.Answered | 1 Replies | 813 Views | Created by Shriniwas Shukla - Thursday, May 9, 2013 5:35 PM | Last reply by Ali Hamdar - Thursday, May 9, 2013 5:50 PM -
1 Votes
Import Data from datatable
you can use the WriteXML() method for doing this, as shown here: DataTable dt = new DataTable("tblStudent"); ...Answered | 1 Replies | 1253 Views | Created by D Gopinath - Thursday, October 18, 2012 7:24 AM | Last reply by Hirendra Sisodiya - Thursday, October 18, 2012 8:01 AM -
0 Votes
writing a file to xml
Then analyse the data using a loop, and then write to XML.Answered | 2 Replies | 562 Views | Created by .NetMarine - Tuesday, February 2, 2016 1:03 AM | Last reply by Viorel_ - Tuesday, February 2, 2016 7:20 AM - Items 1 to 20 of 3101482 Next ›
No announcements