<?xml version="1.0" encoding="utf-8" ?>
<user>
<username>prince</username>
<password>user1</password>
</user>
This is my xml file name as user.xml.
Now when i click the button in the page, i need to get the data from that file and place that data in variable like:
string strusername = data cmg from xml file (prince)
string strPassword = data cmg from xml file (password)
Can anyone tell me how to do this with syntax?
thank you