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
How do you implement sql caching in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the versions of garbage collection?
How you can stop the validation of ASP.NET controls from client side?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Describe the application event handlers in ASP.NET?
Explain how can we access static variable?
What are the types of caching in asp.net?
How can you dynamically add user controls to a page?
What is voluum?
How Session outproc in Sqlserver stored?
In which event of the page life cycle, is the viewstate available?
What are the navigation ways between pages available in ASP.NET?
What is Cookies Less Session?