View Single Post
Join Date: Nov 2008
Posts: 27
Reputation: jaiprakash15 is an unknown quantity at this point 
Solved Threads: 0
jaiprakash15 jaiprakash15 is offline Offline
Light Poster

Append Node to existiing XML file Using Vb.net

 
0
  #1
Jan 6th, 2009
Dear fiends,

Am Posting a Lot Nowadays.. Sorry if i had Disturbed you all...Hera my XML file..i Have to append a node below this..can some give me any idea how to do it..When i try..it is over writing the file

i need to append

<TaskName>
<name>abc</name>
<Value>3454</Value>
</TaskName>

following to the below code...can some one help me..with vb.net 1.1

<?xml version="1.0" encoding="UTF-8"?>
<TaskDetails>
<TaskName>
<name>qwerty</name>
<Value>12345</Value>
</TaskName>
</TaskDetails>
Reply With Quote