Tag Cloud Filters with ASP.NET 3.5's LinqDataSource and ListView Controls
This past week I finally set aside some time to take a look at Silverlight. I started with ScottGu's digg demo application and continued on to silverlight.net to check out what some of the early adopters have already built. I didn't get too far before I bumped into a control on the Silverlight showcase homepage that thought was pretty interesting. The control is a datagrid of sorts that allows you to filter the contents of the grid using a tag cloud. So I took a crack at creating a similar looking grid using ASP.NET 3.5 (the screen shot is below). Notes: The icon images used in this sample are transparent PNG's, so the demo page looks a little goofy in IE6. Live Demo (IE7, FF and Opera 9.26) | Download (.Net 3.5) Update (3/4/2008): Mark Grubner posted the following comment: A question about this one though - could you comment...