I wrote a sample program to fetch all articles. I would like to filter articles based on a category. The categories are rendered in a drop down, how do I fire a AJAX query when I select a category, so that the table refreshes immediately with that selection. Can you provide some references on how to achieve this?
select * from articles where category = <drop down selection>