I made a small search engine for my employer with ASP.NET / C#. It searches our database for keyword match.

When the result is more than one page, I have to break it into multiple pages. Is there...