How to generate XML from a dataset and vice versa?
Answers were Sorted based on User's Feedback
Answer / vijay
DS.ReadXML reads XML document and writes to Dataset
DS.WriteXML writes XML document from Dataset
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
can we execute trigger normally at the desired time?
Explain how to create dynamic gridview?
What is acid in ado.net?
What are the different ado.net namespaces are available in .net?
i want 2 pass values(enterd in textbox)to table in sql server without using stored procedure in c#.plz tell me code with an example.
Explain the difference in record set and dataset?
Explain the architecture of ado.net?
How can we add relation between tables in a dataset?
Explain the difference in an abstract class and an interface?
How would u connect to database using .NET?
What is Pooling? what is data pooling? what is sql pooling?
Explain the two fundamental objects in ado.net?