hi,
how to read the xml file. e.g.
<value> This is the value </value>

in my c# app. i want to get the value but i dnt knw how.

string label1.text = This is the value;

pls. help me.

Popskie