views:

58

answers:

2

Is there a Tag Cloud server control for ASP.NET that can satisfy theese requirements:

  • font size calculation formula from wikipedia (http://en.wikipedia.org/wiki/Tag_cloud)
  • just href rendering, no javascript needed
  • css classes for all font sizes used in cloud

I know that I can build it myself ;) and quite easly but I am lazy and maybe there is a nice implementation with such reqs.

thanks !

+1  A: 

Check out the Amazing Tag Cloud control on Codeplex.

You could always customize the source code to satisfy your requirements (better than writing from scratch).

RPM1984
A: 

Here it is, holy grail of Tag cloud controls, it's awesome

http://demos.telerik.com/aspnet-ajax/tagcloud/examples/overview/defaultcs.aspx

Antonio Bakula