I have a tag cloud control that gets populated by by data that gets returned from a stored procedure.
I want the tag cloud items clickable. On clicking any item in the tag cloud, it will redirect the user to a different page.
For eg. - If i click an item named "Architecture", the user gets redirected to the page "Default.aspx?CAT=Architecture"
But for this to happen, I first need to obtain the value of the item that was clicked by the user. I am not able to do that. The demo has nothing on this.
Can somebody please shed some light? I have a small tag cloud module for a website that needs to be done as quickly as possible.
Any useful insights will be highly appreciated.
I want the tag cloud items clickable. On clicking any item in the tag cloud, it will redirect the user to a different page.
For eg. - If i click an item named "Architecture", the user gets redirected to the page "Default.aspx?CAT=Architecture"
But for this to happen, I first need to obtain the value of the item that was clicked by the user. I am not able to do that. The demo has nothing on this.
Can somebody please shed some light? I have a small tag cloud module for a website that needs to be done as quickly as possible.
Any useful insights will be highly appreciated.