httpunhandledexception

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...

HttpUnhandledException ASP.NET

Hi I have a ASP.NET website. If I make a request for a page it works most of the times, but sometimes I get an HttpUnhandledException. I have tried to log the errors, but from the errors messages I'm not able to solve the problem. StackTrace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(B...