hi please help me on xml deletion
hi ,
<employees>
<employee id="1">
<efname>
karthik
</efname>
<elname>
reddy
</elname>
<eadd>
hyderabad
</eadd>
</employee>
<employee id="2">
<efname>
keerthi
</efname>
<elname>
reddy
</elname>
<eadd>
nellore
</eadd>
</employee>
</employees>
hi ,
i want to delete a node named <employee id="1">
i have to write the code in c# in asp.net application.whenever user enters the id in the textbox and clicks the delete button then the node must be removed can any body please help me out.
thanks,
karthik reddy chintaparthi.
|