Hi all, I'm looking to allow users to filter a GridView (with its contents coming from a datasource) by typing in text, and the GridView should refresh without a postback to display only rows where a certain column matches the text.
I think I know to do this by causing a postback, thus a reselect from the datasource, but is there an AJAX-y way?