Need to assign value from xml file to string variable in .net

Apr 28 2008 3:27 AM
Hai all,

i had on gateway.xml file,like


<<?xml version="1.0" encoding="utf-8" ?>
<GateWay name="UserID">

<title>Gate</title>


<Collection>

zoo

<strpwd >test </strpwd >

<strapiID >301</strapiID >

<strurl >http://sms.xyz.com/sen.asp?</strurl >

</Collection>
>

and i need to assign strUserID variable in .net,and i had to assign the
(strUserID =zoo) from the xml file....

Thanks in advance

Answers (1)