Nelviticus
Programmer
I have some ASP.Net pages with c# code behind them. After the user has made some selections the code goes off and does a lot of writing to a SQL database on another server. This can take a long time and although there's some text on the page saying that the user could be in for a long wait, the only feedback they get is their browser's progress bar.
Is there a way of either a) getting a page to refresh before a function ends so that I can use labels to indicate progress or b) implementing some sort of pop-up window that says "Working..."?
Nelviticus
Is there a way of either a) getting a page to refresh before a function ends so that I can use labels to indicate progress or b) implementing some sort of pop-up window that says "Working..."?
Nelviticus