2
Answers

how to retrieve XML root value into textbox asp.net..?

Venkat  S

Venkat S

9y
439
1
XML file:
 
<student>
<name>venkat</name> 
<age>23</age>
<student/>
 
this is my xml file and how to retrieve the root values  name,age..etc into textbox...using asp.net C#
 
Answers (2)