Asynchronous Web Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Web Form that uses a data grid to display data from a webservice. The problem is that I require a very fast response time for the user. The data that come back needs some heavy crunching so I can only display part of the infomation

Then I need to crunch all the sums and update the information. I need to perform a call back to the orignial form. Is this possible on a web page ? anyone know of a good example

Danny J
 
Hello!

This situation was described in the MSDN magazine approx. 3 issues ago.


Best regards,

Henrik Dahl

Danny J said:
I have a Web Form that uses a data grid to display data from a webservice.
The problem is that I require a very fast response time for the user. The
data that come back needs some heavy crunching so I can only display part of
the infomation.
Then I need to crunch all the sums and update the information. I need to
perform a call back to the orignial form. Is this possible on a web page ?
anyone know of a good example ?
 
See 'Reload Page Command' thread.

Alan


Danny J said:
I have a Web Form that uses a data grid to display data from a webservice.
The problem is that I require a very fast response time for the user. The
data that come back needs some heavy crunching so I can only display part of
the infomation.
Then I need to crunch all the sums and update the information. I need to
perform a call back to the orignial form. Is this possible on a web page ?
anyone know of a good example ?
 
Back
Top