I would like to know if there is a way to filter a gridview using an HTML coded combo box? I am creating a web application using C# and MVC and I need some way to populate a gridview and allow the user to select something from a combo box and for it to filter the gridview.
What would be the best way to do this?