How can we convert XML Data to DataBase Table in C#.Net?
Answer Posted / babar shaik
using System.XML;
We can fill the Dataset using
Ds.ReadXML();
Then Update the Data into Database.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is the resgen.exe tool used for?
What is serialization in c#?
How do you mark a method obsolete?
What is the difference between array and list in c#?
What is writeline?
What are functions c#?
Can you explicitly call a destructor?
What is meant by desktop application?
What is overloading in c#?
Are structs value types c#?
How do I calculate relative time?
What is the difference between var and dynamic types in c# 4.0?
What is a decimal in c#?
What is concrete class in c#?
What is a value type in c#?