How can we convert XML data into DataBase table IN .Net?
Answer Posted / om namo bagavathe vasudevaya n
DataSet ds=new DataSet();
ds.ReadXml(Server.MapPath("XMLFILENAME.xml"));
DataTable tb=new DataTable(ds.Tables(0));
this tb(object) is Datatable contain XmlFileData.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the different types of proxy patterns?
What is the purpose of IClonable interface in .NET?
Explain the difference between the stack and the heap?
Explain the difference between task and thread in .net?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
How is .net able to support a lot of languages?
What is Event Bubbling in .NET?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What is iis? Have you used it?
How can I find out what the garbage collector is doing?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How com+ related to the dna architecture?
How do you turn off cookies for one page in your site? Give an example.
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
How do you instantiate a complex number?