We've got a form acting as a visual representation of how far a process has gone following a button click.
We've got a progress bar of sorts that edges up as progress is being made.
In order to refresh the web page we're calling the syntax :
Response.AddHeader("Refresh", "2");
.. which in turn is causing the page (in the web browser) to flicker - which is something of an annoyance.
Is there any means of only refreshing part (or parts) of a particular web page ?
[It's a shot in the dark I know ....]
Thanks in advance,
Steve
We've got a progress bar of sorts that edges up as progress is being made.
In order to refresh the web page we're calling the syntax :
Response.AddHeader("Refresh", "2");
.. which in turn is causing the page (in the web browser) to flicker - which is something of an annoyance.
Is there any means of only refreshing part (or parts) of a particular web page ?
[It's a shot in the dark I know ....]
Thanks in advance,
Steve