Browse by Tags

All Tags » XSLT (RSS)

Part 2 : Building and binding hierarchical data from the database to the ASP.NET Navigation Controls by alessandro

Around last week , I wrote about how we can make use of, some of the databinding capabilities of controls, that can bind to hierarchical data like the TreeView. While I covered pretty much everything, the data i was binding to was not deeply nested. Instead...

Building and binding hierarchical data from the database to the ASP.NET Navigation Controls by alessandro

If we need to bind our navigations controls to hierarchical data we define manually ourselves in an xml file, this is easy as pie. However, things can get rather complicated or not so obvious when we need to generate this data from a database. First off...
More Posts