C# – Filtering GridView with AJAX (ASP.NET/C#)

ajaxasp.netcgridview

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?

Best Answer

You don't even need AJAX. http://datatables.net/