VB.NET
’Fill the DataSet
ds.WriteXml(Server.MapPath ('products.xml' ) )
C#
//Fill the DataSet
ds.WriteXml(Server.MapPath ('products.xml' ) );
Note : Make sure you have write and modify rights.
VB.NET
’Fill the DataSet
ds.WriteXml(Server.MapPath ('products.xml' ) )
C#
//Fill the DataSet
ds.WriteXml(Server.MapPath ('products.xml' ) );
Note : Make sure you have write and modify rights.
Share with