tags:

views:

16

answers:

0

I have a datatable that I display in an asp.net repeater. I then have several search fields that allow the user to filter the results of the repeater. I'd like to display each filtered term as a sort of tag; similar to how SO displays the tags for a given post. I'd then like the tag to have an "x" on the side so that the user can remove that filter.

I'm basically looking for some examples of websites that use a similar mechanism. I'm trying to design the css and html, and am just curious as to how other sites have done this. I'm capable of developing all the code, I just want some visual ideas.