Our site has a page for maintenance of existing members (e.g. adding / changing roles, etc.)
This page currently uses a gridview to show a complete list of all members, based on GetMembers() method to populate it.
However, as the number of users has grown to several hundred, it has become difficult to locate a particular user by paging through several pages.
Is there a way to narrow down this list, maybe with a filtering textbox, so that as you start typing into that textbox, only members whose name contains the typed characters will show up in the gridview?
...
Go to the complete details ...