I want to save data from my database into xml file. I am using asp.net and C#.
The xml file will be save in client pc. I want to do this for faster calculation.
I will save data in xml file. Then calculation will be performed based on that xml file.
Or anyone can give me better solution.
Is there any one to help me?
I want to save data from my database into xml file. I am using
Share
use LINQ to XML is an easy way to format data into XML, and then you can send it to client pc.