User1832326589 posted
Hi all,
I newbie on ASP.NET and I going to create a web service that return XML file like this :

And this is my xml code that I want to return :
<ListItems>
<ListItem text='US' value='US'></ListItem>
<ListItem text='UK' value='UK'></ListItem>
</ListItems>
Hope every body can help me.
Thanks a lots.