Results 1 to 6 of 6

Thread: smoothing the end user's page performance [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Resolved smoothing the end user's page performance [RESOLVED]

    I have a process intensive asp.net page that takes up to two minutes to finish processing. It's a backoffice page that connects to different web services / API's, does some stuff and returns either success or error + error message, that gets displayed in order on a datagrid.

    I know I can't do the process faster, because the web services / API's are 3rd party. But I wan't to "smooth" the end user's performance.

    Is there anyway to get the datagrid "updated", so the end user see's the results of each connection to the API's? Instead of waiting until the whole page process, and then get the results. Is some kind of flush? or dump? I tryed response.flush() but it doesn't do anithing I can see.

    Thanks
    HoraShadow
    Last edited by HoraShadow; Oct 22nd, 2005 at 09:34 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width