Hi,
I am using an xml in my application....i am displaying information using xml...
At the same time, i want to change that xml depending on the conditions.
Change means changing value of any node(element)..(innertext)....
How can i do that..?
i tried using XmlTextWriter....but failed...
Thanks