Your votes power DZone. Login and vote now.
By mswatcher
via weblogs.asp.net
Published: Mar 11 2008 / 15:20
Part 2 : Building and binding hierarchical data from the database to the ASP.NET Navigation Controls
Today, we will be binding to a hierarchical datasource whose nesting structure is not known and can go as deep as it wants. Here, also SQL servers XML capabilities seem to come short since it does not support recursions. so if our data had this kind of deep nesting, SQL Servers FOR XML queries are not helping out much and we'd need to combine XSLT to our FOR XML Query.



Add your comment