I have a NetWebForm that has quite a lot of length validation steps.
At present I have poached some code from the Timer Example so that when the user presses the Save button on the form I have a tag that allows me to display a status message that gets updated every second. This tag contains the current validation step, and so my user gets to see some progress, and the 1 second timer means my form doesn't timeout whilst waiting for all of the validation to complete.
I would love to be able to open a small popup window showing the progress of the validation, where this might be as simple as changing a display value from Step 1 to Step 2 etc. Once all of the steps are complete, this window would close and the normal processing would continue.
Has anyone managed to do this?
Regards,
Neil.