D
deanne_d
Guest
Hi,
I'm a newbie to ASP.NET and would like to display the status of processing of the user on the ASPX page.
On button click, there are a few accesses to the database and I would like to update a control (say a Label) to keep the user informed on the progress. However, the Label gets updated only when the process completes. I have tried to refresh the page using <meta http-equiv="refresh" content="5" url="FEEDBACK.HTM" > but this does not work.
Please help.
I'm a newbie to ASP.NET and would like to display the status of processing of the user on the ASPX page.
On button click, there are a few accesses to the database and I would like to update a control (say a Label) to keep the user informed on the progress. However, the Label gets updated only when the process completes. I have tried to refresh the page using <meta http-equiv="refresh" content="5" url="FEEDBACK.HTM" > but this does not work.
Please help.