how can you bind data from dataset to XML file
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sri charan
i think question is wrong.
binding means process between control and data objects. here
in this question both dataset and xml file are data object.
then how can we bind them..????
| Is This Answer Correct ? | 1 Yes | 3 No |
Can we Run the Application without Build
How many ways are there to maintain a state in .net? What is view state?
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
What’s the difference between asp.net web forms and asp.net mvc?
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What is a web farm?
What are app services?
Explain the boxing and unboxing concept in .net?
How to send auto matic emails based on scheduled tasks to several of my clients
Which adapter should you use, if you want to get the data from an access database?
What is an Interface and What is an Abstract Class?
What is the concepts of globalization and localization in .net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)