Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
eliza sahoo
0
41
0
Converting Datatable to xml string and viceversa
Feb 3 2010 6:33 AM
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
Reply
Answers (
1
)
Converting a double to binary and vice-versa
image processing - levelset method