Author: Steve06 | Posted on: 2/17/2010 12:55:55 PM | Views : 840

 Hi,
Using vb.net asp.net 1.1 sql server 2005
I'm want to show content in a label.
No need for binding just for show.
I should know my way out of this but I'm having some trouble.
I'm only displaying the last item in the label with this code below.
The XML:
<?xml version="1.0" encoding="utf-8" ?> <Content xmlns="http://tempuri.org/Content.xsd"> <Item id="1"> <Body>Acura</Body> </Item> <Item id="2"> <Body>Audi</Body> </Item> <Item id="3"> <Body>Bmw</Body> </Item> <Item id="4"> <Body>Buick</Body> </Item> <Item id="5"> <Body>Cadillac</Body> </Item> <Item id="6"> <Body>Chrysler</Body> </Item& ...

Go to the complete details ...