Here's my desired result:
Given a ASP.net MVC page that has a block at the top with several parameters for filtering against a list that is display below, something like...
TextBox1 RadioButton1 TextBox2 OtherOptions Here item item item
I'd like the filtering to be interactive capable on later iterations or immediately if it's relatively easy.
Any suggestions on an approach?