I have a query page with a huge form that is filled out by the user. A button is clicked, and then the user waits for the process on the next page to finish running, and then is redirected to the new page. This is typical behavior if a long running process is running on the next page.
I want to run some sort of UpdateProgress in some manner to let the user know that there is a process running on the next page.
I tried doing some delay loading, but I'm not exactly sure why it isn't working. It's a simple ASPX page with a table, FormView to show data, all within an update panel. Anybody have any suggestions?