If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP page in IEv6 goes blank for 3 seconds while retrieving data from database.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-06, 04:35
PaulGQ PaulGQ is offline
Registered User
 
Join Date: Feb 2002
Posts: 23
ASP page in IEv6 goes blank for 3 seconds while retrieving data from database.

When accessing our web site over a dial up connection, users in remote locations without high speed Internet say that every time a page is refreshed IE6sp2 goes blank (white) for 3 seconds then the page appears. Our application refreshes every 60 seconds, so this is quite annoying.

This is a simple ASP/Access database application that flies over normal conditions, but we need to tailor it to dialup, wifi, and satellite users where speed and latency are considerable factors.

The paged recordset is 20k and it's all text, no graphics.

At best, I'm trying to make only the updated data appear and not have the screen blink at all. Also, the vertical scroll bar disappears and reappears as well. It makes our great application appear clunky and cumbersome.

I thought maybe preloading the text before it displays would help. Any ideas are greatly appreciated. I tried playing with the cache settings in IE, but this didn't help at all.

Last edited by PaulGQ; 07-05-06 at 06:57.
Reply With Quote
  #2 (permalink)  
Old 07-05-06, 10:00
koncept koncept is offline
Registered User
 
Join Date: Jul 2006
Posts: 26
ajax if i remember right can solve your problems. i have a chat that was written in asp and refreshesh every x seconds (multi frame) and it does not show as a refresh it just adds the new information to the bottom. the only issue i remember is that it will move you back to the bottom if you were scrolled else where
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On