delete xml document in webpage Using C#

  • 13 years ago

    Sir:
      
          How to  edit or delete xml document in webpage Using C#

  • 13 years ago

    You can use System.IO.File.Delete to delete a file, and Server.MapPath to work out where that file is... if that's what you mean... something like

     File.Delete(Server.MapPath("~/mytemporaryfiles/myfile.xml"));

     ?

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”