Answer Posted / spvarma
dataset has read xml and write xml methods.
if datset ds then
ds.readxml(option,filepath)
ds.writexml(option,filepath)
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why is ADO.NET serialization slower than ADO ?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
How to check if a datareader is closed or opened? IsClosed()
What does datareader object do?
How do you update a dataset in ado.net?
What are the difference between readonly vs. Const?
What is connection in ado.net?
Does sqlclient and oledb class share the same functionality?
What is the difference between Optimistic and Pessimistic locking?
Which parameter of ConnectionString is used to specify the name of the database?
Define the data provider classes that is supported by ado.net?
What is the difference between connected and disconnected environment?
Is entity framework better than ado.net?
Which method is used to sort the data in ADO.Net?
What are two important objects of ADO.Net?