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
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Explain different types of html, web and server controls.
Explain how viewstate is being formed and how it's stored on client in .net?
Define marshling?
Different levels of priority provided by .net.
What are asp.net authentication providers and iis security?
Explain the .net framework overview?
What is the lapsed listener problem?
State the differences between the dispose() and finalize().
Difference abstract class and interface in .net?
Explain about Behavioral design pattern?
What is the best way to crack the certification?
How can you assign an rgb color to a system.drawing.color object?
What is marshling?
Is .net a compiler?