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 |
To redirect the user to another page which method do we use without performing a round trip to the client?
asp.net page is a object or not?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
What are different types of directives in .NET ?
Define web.config in .net?
Explain the life cycle of an ASP .NET page.
Can you set the session out time manually?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How do you retrieve information from web.config ?
What is advantage of viewstate and what are benefits ?
Explain the significance of routing? : asp.net mvc
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)