AxioWorks Logo

Create Tag Cloud

Let's add a "Tag cloud" to our website

Once we have the SQL tables properly normalised, we can create the "Tag cloud" with some pretty straight forward TSQL and use a standard ASP.NET Repeater control to display it on the web page.

3.1 First of all, we add the Repeater control to the Default.aspx page and the bind it to a DataTable through some TSQL.

3.2 And here is our "Tags cloud" displayed on the Default.aspx page

For the sake of the exercise, we can go a bit further and add some more tag-based features.

Copyright 2011, AxioWorks Ltd. All rights reserved. | Sitemap | Terms of Use | Privacy Policy