Hi ,
We have 3rd party control for export function which causes response.end in its method.
We want to show a process bar before start of the process of downloading and then stop it after download is complete.
we get success in showing the process bar but as the 3rd party control event has response.end , javascript events written to hide the process bar does not executed.
we capture- EndRequest and pageLoaded both at javascript but none of it worked.
can any bodytell me where i can write the code to stop this process bar.
Go to the complete details ...