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
Explain asp.net web forms.
How is application management and maintenance improved in asp.net 2.0?
What is asp.net? How is it different from asp?
Do you know using sql cache invalidation?
Describe the Server Control Events of ASP.NET?
List down the sequence of methods called during the page load.
Explain weak typing and strong typing.
What events will occur when a page is loaded?
Is it possible to apply themes to an asp.net application? If yes, then how?
What are cookies in your browser?
Explain about asp.net state management?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is a response cookie?
What is http request and response?
How Can assign alias name for ASP.NET Web API Action?