How can we convert XML data into DataBase table IN .Net?
Answer Posted / naveen kumar
dSet.ReadXml(Server.MapPath("Forms.xml"))
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain the difference between task and thread in .net?
What is the intermediate language between asp and asp.net1.0?
Tell us why do we use the “using” statement?
Explain about .Net products?
How to Create and Consume a Web Service?
What is meant by managed and unmanaged code?
How can I tell if .net 3.5 is installed?
Explain when should you use .net web forms over asp.net mvc?
Which namespace does it belong to by default?
Is .net core the future?
What is lazy initialization?
Please explain what is immutability, what is it for and how is it codified?
What are multicast delegates?
Explain the difference between public and static modifiers?