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 is AutoEventWireup attribute for ?
How about the security in Activex DLL and Activex EXE ?
How would you get asp.net running in apache web servers? Explain it's limitations.
Why is asp.net so popular?
When was asp.net released?
Write a code snippet to implement the indentation in json in web api.
Why would a company use an application service provider?
How does asp.net page work?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is enableviewstatemac in asp net?
How many web config files can be created for an application?
Can we have a web application running without web.config file?
What are session state modes? List some of the important session state modes of asp.net.
How do cookies work?
How is mvc different from asp.net? : Asp.Net MVC