How to stop ASP.Net website throwing HttpUnhandledException exception while browsing forward/back through paged listing of items?
Hi, I have an ASP.Net hosted website which displays a list of results as a DataGrid or ASP.Net Repeater with paging of results. If one scrolls quickly through the pages by pressing the Previous/Next tabs sometimes an HttpUnhandledException is thrown and the debug page rendered instead of the next listing of results. The debug screen is...