Here's a version of our paged database search script implemented in ASP.NET. It takes some text input from a user, queries a database for records that match the entered text, and displays the results in a datagrid that the user can page through.
Here's a zip file of the code (1.3 KB).
Play with the running version.
Back to the "Paged Database Search" sample