المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Saving the execution of website as XML file



C# Programming
04-26-2010, 12:30 AM
I have a web address which when run in a web browser returns a xml file.
i need to save that file as xml format.
i have tried using webclient.downloadfile method but its not saving the full file, it only saves two lines.
please if any one can explain how to do it.