how to write dataset table data to xml file
dataset to xml file
(2 posts) (2 voices)-
Posted 1 year ago #
-
we can write dataset data to an XML file by using dataset object "WriteXml" method.
ds.WriteXml(Server.MapPath("path of the XML file"))Posted 1 year ago #
Reply
You must log in to post.