Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Converting Datatable to xml string and viceversa
eliza sahoo
14y
6.4k
1
Reply
XML is a simple and flexible system for defining data formats. This is completely platform independent and adopted everywhere for representing complex documents and data structures. For data transmission on web, its having significant contribution. It is very common to use dataset in .NET applications. A dataset may contain a single table or multiple tables that are related though primery and foreign keys. We can also use XML to completely reconstruct the dataset. Now days it's been the major use of XML to store both row set i.e single table and hierarchical i.e. multiple-table data in it.
Thanks
Eliza
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Converting a double to binary and vice-versa
image processing - levelset method