Update TD cell info during procedure run

N

news.microsoft.com

Hi,
I have an procedure run in my code behind. Is there a possibility to update
the innerHTML part of an cell during the process run in the procedure. Used
to give the user some info on the progress of the process.
Regards,
Rene
 
J

Jeffrey Palermo [MCP]

Rene,
There is not built-in way to do this because ASP.NET process the entire
request before returning any HTML to the client. The "buffer" option
defaults to true. Using a little more advanced methods, you can contrive
your own way to incrementally send updates to the user, but ASP.NET does not
have built-in functionality for this.

Best regards,
Jeffrey Palermo
 
R

RJDev

Hello Jeffrey,

Can you point me a little in the way on solving this more advanced.

Regards,
Rene
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top