Hello,
I'm creating a Page in which, while Page_Load.
I'm taking the data from the database and writing it to the XML file.
My problem is I'm having a lot of data in the database so while creating the XML file it is taking a lot of time, which is not working for me.
I need to write the data in 2 to 3 seconds.
Please, I really need help to write the data.
I took the help from :
http://stackoverflow.com/questions/3523366/whats-the-best-way-to-write-and-download-xml-file-in-asp-net Thanks in advance.