how to add the data into xml in C#?

Mar 26 2013 1:08 AM
<g1>
<games>
<gameid>101</gameid>
<games1>
<x>i need to insert the data here</x> //i need to insert the data here
</games1>
</games>
</g1>

search the game id and insert the data into <x> position help me..

Answers (1)