jQuery & Ajax Fun: Implementing a Paging Listbox
Many times in web forms we need to provide a listbox with lots of elements, A good solution is to filter and page these elements to speedup page loading and optimize DB/Network usage..
This is a complete implementation of a paging listbox using jQuery on client side and ASP.Net on server side.

