Browse by Tags

26 February 2007
Solution: How to get the InnerText value of a node when using XmlDataSource
Lets say you have this xml: <Blog> <BlogPost Date="2/21/2006" Title="Blog Title"> Blog Content </BlogPost> </Blog> And you are using an XmlDataSource to run it through a repeater. You can easily get the attributes like so: <%#Eval("Date")%> Read More...
1 Comments
Filed under: ,
 
Page view tracker