how can you bind data from dataset to XML file
Answer Posted / pguthi
Declare a data set ds=new dataset();
create an xml file in your working folder.
ds.WriteXmlSchema("here u enter ur xml file path") // this
will write ur table data in xml format like nodes in your
xml file.
ds.ReadXml("here u enter ur xml file path") // this will
read the data from your xml file.
hope it will help u.
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are the modes of updation in an updatepanel?
What are the differences between the response.write() and response.output.write()?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How can I open ashx file in mobile?
Explain difference between dataset and recordset?
Explain automatic memory management in .net.
Explain what is event bubbling?
Explain the concept of event bubbling in ASP.NET?
How to use a Master Database in Asp.net?
Explain diff. Between friend and protected friend?
Can you explain architecture of your project ?
What is event bubbling?
If we remove web.config or machine.config from the application then, is this application will works?
Difference between web user control and web custom control?
What is protected configuration?