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
What is managed code in .NET?
How will you register com+ services?
What is the use of Treeview control?
How to convert a .NET object into COM operabililty?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is a metadata in .net?
Explain how to redirect tracing to a file?
What is WSDL? Explain its architecture?
What are data types in .NET?
What is a strong name in .net?
What is Event Bubbling in .NET?
Differentiate between managed and unmanaged code?
Dynamic Fonts
What tags do you need to add within the asp:datagrid tags to bind columns manually.
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?