Hi, I am working over a ASP .NET application and SQL server database. The databases i m using is huge and takes time while updating or generating report by my ASP .NET application.
As the reporting and updating require some calculation, if the user presses ESC button or Back button of browser the data is partially updated in the database.
I got the way to disable ESC key but I am not able to disable the back button while processing. Please help me out.