Sending feedback to ASP .NET page from Code Behind

  • Thread starter Thread starter deanne_d
  • Start date Start date
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.
 
Back
Top