Ask a Question related to ASP Database, Design and Development.
-
PFMcCracken #1
ASP Page Refresh or Display Rate when Accessing an Acccess DB
This is telephone directory that expands the display at each office to
show the personnel under each office or section. Everytime this page is
displayed it seems to reload itself completely and this takes alone time. I
have been trying to find the code or method to fix this. I tried telling it
to use a cached copy. No noticable change.
It could be the embedded tables or because data display portion is written
entirely using Response.Write.
I saw a way to get ASP pages to display as the data loads, but I can not
find that method now. Currently it justs loads all the data first and then
displays it.
Philip
PFMcCracken Guest
-
Fonts & Refresh rate
I recently installed Ubuntu : it is running at my Sony LCDs native resolution of 1280x1024. How do I force a refresh rate<faster than 60hz? ... -
Xorg refresh-rate problem
Hi, I cannot run Xorg with higher refressh-rate then 85. Do u have any suggestions how I cn fix this? I've already set the h and v refresh rates... -
Director changes my monitor refresh rate
Whenever I open some of my director files my monitor changes its refresh rate from 85Hz to 60Hz. Even when I change my monitor settings back and... -
Frame rate refresh question
Hi all, Apparently, if I make a Flash movie at, let's say 60 fps, and I load it with a "loadMovie" command into a different movie that runs at 30... -
[Sol9] How can I change the refresh rate?
Hi! I'm using a IBM P260 21" monitor with a Asus v8200 Geforce 3 graphic adapter. Settings in kdmconfig are: Video Device: NVIDIA RIVA TNT2 /... -
Ray at #2
Re: ASP Page Refresh or Display Rate when Accessing an Acccess DB
Buffering, which is off by default in NT4 and on by default in Windows 2000
and later (IIS5 and later).
<%
Response.Buffer = False
%>
That will turn it off on a per-page basis.
Ray at work
"PFMcCracken" <BurmaJapan@aol.com> wrote in message
news:%23xgYK78KEHA.1132@TK2MSFTNGP12.phx.gbl...I> This is telephone directory that expands the display at each office to
> show the personnel under each office or section. Everytime this page is
> displayed it seems to reload itself completely and this takes alone time.it> have been trying to find the code or method to fix this. I tried tellingwritten> to use a cached copy. No noticable change.
>
> It could be the embedded tables or because data display portion isthen> entirely using Response.Write.
>
> I saw a way to get ASP pages to display as the data loads, but I can not
> find that method now. Currently it justs loads all the data first and> displays it.
>
> Philip
>
>
Ray at Guest



Reply With Quote

