How can i retrieve a child node value from xml in C#
HI,
I have a tag in my xml like this <SRC_LNG ID="de" NAME="German" TS="2011-07-19 00:02:31.220"/>
i want to retrive the NAME VALE in my textbox. the result should be German.
how can i write the code in c#
thanks in advance
jitendra