EDN Admin
Well-known member
Hi guys. Im new in LINQ and I have a question for you.<br/> I have the following code:<br/> <br/> XNode teste = xe.LastNode;<br/> <br/> After this attribution, the value for the XNode teste is:<br/> <br/> <br/> <Cube xmlns="http://www.compuk.com/rates <br/> <Cube time="2010-02-05 <br/> <Cube currency="USD" rate="1.3691" /><br/> <Cube currency="JPY" rate="122.49" /><br/> <Cube currency="BGN" rate="1.9558" /><br/> <Cube currency="CZK" rate="26.185" /><br/> <Cube currency="DKK" rate="7.4449" /><br/> <Cube currency="EEK" rate="15.6466" /><br/> </Cube><br/> </Cube><br/> <br/> How can i access the values of rate and currency to put them in a droplist?<br/> I am breaking my head the whole day and I cant find any method to access the child nodes from a XNode..<br/> <br/> I would appreciate if somebody could help me.<br/> <br/> Thanks a lot,<br/> Silas.
View the full article
View the full article