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
Is dll a library?
Why delegates are type safe in c#?
What is the function of the not null constraint?
Can a private virtual method can be overridden?
What is console programming language?
How does one compare strings in c#?
What is the difference between virtual and override in c#?
What is a multicast delegate in c#?
Can firstordefault return null?
Is as operator in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is string class in c#?
What are object pooling and connection pooling and difference between them?
Define satellite Assembly in .NET?
How many constructors can a class have c#?