Click to See Complete Forum and Search --> : How to Store data in XML in Asp.net?


MathewJose
May 24th, 2007, 04:51 AM
Hi everybody,

I have created a wizard in Asp.net .I want to store the data in an xml file,instead of using any database.

How to store and display data as xml,in asp.net?

Shuja Ali
May 24th, 2007, 05:13 AM
The easiest is to use a DataSet. You can read and write XML file using DataSets and they easily resemble a database. So in the future if you wish to change your datasource from XML to database, it will be easier.