how to Update the XMl value and write back using LINQ
Posted
by NewDev
on Stack Overflow
See other posts from Stack Overflow
or by NewDev
Published on 2010-04-21T08:28:11Z
Indexed on
2010/04/21
8:33 UTC
Read the original article
Hit count: 217
Hi all,
i am having query for update the node value using Linq,
For example i am have to update
<Student>
<studentdetail>
<studentname>test</studentname>
<libraryid>hem001</libraryid>
</studentdetail>
</Student>
in above xml i want to change the value of Student name "test" ti something else like "Undertest"
regards NewDev
© Stack Overflow or respective owner