Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. XML Manipulation

XML Manipulation

Scheduled Pinned Locked Moved Visual Basic
databasexmltutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JC KaNNaN
    wrote on last edited by
    #1

    Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation

    ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

    B L 2 Replies Last reply
    0
    • J JC KaNNaN

      Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation

      ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

      B Offline
      B Offline
      Bhim Prakash Singh
      wrote on last edited by
      #2

      DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("XML\\modules.xml")); foreach (DataRow dr in ds.Tables[0].Rows) { btn.Text = dr["Display"].ToString(); } try to use this code

      1 Reply Last reply
      0
      • J JC KaNNaN

        Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation

        ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        See here[^] for the XmlDocument class which should do what you need.

        Just say 'NO' to evaluated arguments for diadic functions! Ash

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups