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>