IE slow loading big ASP.NET page

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

Guest

Hi, I have created an ASP.NET page that creates a big GridView.

On some computers it shows the grid fast, on some it takes up to a minut.
All running IE 6.

If I try it in Mozilla it works fine. In IE7 its the same problem.

These computers that is slow, shows the following symptom:

You can see that the progress bar in the bottom of IE6 and IE7 is getting
up, and done is shown, but nothing in the explorer, 1 minut later it shows
the Grid. (The Page)

It must be something that is wrong on the clients installation or setup of
the IE because I have computers running IE 6, that runs the page with no
problems.

Please help.

Best regards

Kim H
 
Hi Kim,

Compare the TIF folder settings between the machines that do and don't work.
Try emptying the TIF before running the report.

Try a different programming approach. Recordset pagenation instead of one
big grid.

Regards.
 
Back
Top