XML document

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sl1ver
    New Member
    • Mar 2009
    • 196

    XML document

    i need to check if a xml file exists in a specific directory, if doesn't exist it should create one with the information from the text boxes otherwise it should just update the xml document with the textbox info
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Look into File.Exists method, modify and save Xml doc...Also look into XmlDocument class and XmlNode class

    Comment

    Working...