What happens when we issue Dataset.ReadXml command?
Answer Posted / ansu kumar
when we execute
dataset.readxml("xmlfile name")
it will read the xml file and store data in dataset
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the Features of a dataset
Explain how to create dynamic gridview?
What does executereader return?
What are the major challenges in accessing data from a database?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How to Read, Add, Update and Delete record in Entity Framework ?
Can we do database operations without using any of the ado.net objects?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the steps you will take to improve performance?
What are two important objects of ADO.Net?
Is it possible to edit data in Repeater control?
Define data access layer?
How is it possible to get 2 tables of data at a time by using data reader?
Can we load multiple tables in a dataset?
Explain advantages of ado.net?