Venkat  S

Venkat S

  • NA
  • 86
  • 26.5k

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

May 26 2015 2:45 AM
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)