Manupilation XML

Last post 05-13-2008 10:03 PM by Samu Zhang - MSFT. 3 replies.

Sort Posts:

  • Manupilation XML

    05-10-2008, 6:47 AM
    • Loading...
    • rayies
    • Joined on 07-31-2007, 7:37 AM
    • Posts 8

    i am a beginner  in .net and i have designed a site using asp.net and c#

    i want to store of the client in an xml file and then display that address in the contact us page

    but i dont know how to

    1. Store the address and phone Number In an Xml File

    2. How To Read That File

    3. And How To Edit That File if at some stage i want to change the address or phone Number

     

    Thanks In Advance 

  • Re: Manupilation XML

    05-10-2008, 11:27 AM

    You can use XDocument in 3.5 with LINQ or if you are using 2.0 you can use XmlDocument that will provide you with Nodes that you can navigate.

    Cheers
    Al
    My Blog
    Follow me
    Please click on 'Mark as Answer' if this post answered your question!
  • Re: Manupilation XML

    05-10-2008, 12:32 PM
    • Loading...
    • rayies
    • Joined on 07-31-2007, 7:37 AM
    • Posts 8

    Can U send Me a piece of code to edit xml file

    thanks in advance
     

  • Re: Manupilation XML

    05-13-2008, 10:03 PM

    Hi rayies,

    rayies:
    Can U send Me a piece of code to edit xml file

     

    Please have a lookt at this link :

    http://www.codeproject.com/KB/aspnet/Edit_Xml.aspx

     

    Sincerely,
    Samu Zhang
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Page 1 of 1 (4 items)