hi,
I want to read an specific xml node and it's value for example
<customers>
<name>John</name>
<lastname>fetcher</lastname>
</customer>
and my code behind should be some thing like this ( I don't know how it should be tho :))
Response.Write(xml.Node["name"].Value)
blah blah. As I said It's just an example cuz I don't know how to do. So Could you help me please.
Thanks.
Regards..