i have a database table of website links. i have another table of tags, and tagmap (bridge table)
I am displaying a list of links in a view and on the right hand side i have a list of tags (similar to SOF). A link can have many tags.
when i click on a tag, i would like to refresh the link list with just links filtered by that tag.
I have a controller action to do this but i want to avoid refreshing the page.
how do i click a controller action and get a list of new links back without refreshing the whole page?