Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How do I prevent "flashing" when refreshing a web page?

Reply
Thread Tools

How do I prevent "flashing" when refreshing a web page?

 
 
Ray Stevens
Guest
Posts: n/a
 
      07-08-2005
I know there is a setting that will prevent screen flashing when refreshing
a web page but cannot seem to find it. Can someone point me in the right
direction?


 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      07-08-2005
I think you are looking for the SmartNavigation setting:
<%@ Page SmartNavigation="true"%>

I'd be wary about enabling SmartNav - it tends to cause more problems
than it solves.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 8 Jul 2005 09:00:36 -0700, "Ray Stevens" <>
wrote:

>I know there is a setting that will prevent screen flashing when refreshing
>a web page but cannot seem to find it. Can someone point me in the right
>direction?
>


 
Reply With Quote
 
 
 
 
intrader
Guest
Posts: n/a
 
      07-08-2005
On Fri, 08 Jul 2005 09:00:36 -0700, Ray Stevens wrote:

> I know there is a setting that will prevent screen flashing when refreshing
> a web page but cannot seem to find it. Can someone point me in the right
> direction?

There are many reasons for this. The main reason is that your page is very
complicated and requires a lot of resources to paint.
The other possible reason is that you have a client-side handler that is
causing a refresh.

 
Reply With Quote
 
Ray Stevens
Guest
Posts: n/a
 
      07-11-2005
That is what I was looking for. I am not sure of the problems you are
referring to but our users were making a BIG deal of the refresh on the
order pages during testing and insist that we solve it. Unfortunately, the
complexity of the business rules in the application tier makes it all but
impossible to solve this problem any other way.

"Scott Allen" <> wrote in message
news:...
>I think you are looking for the SmartNavigation setting:
> <%@ Page SmartNavigation="true"%>
>
> I'd be wary about enabling SmartNav - it tends to cause more problems
> than it solves.
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Fri, 8 Jul 2005 09:00:36 -0700, "Ray Stevens" <>
> wrote:
>
>>I know there is a setting that will prevent screen flashing when
>>refreshing
>>a web page but cannot seem to find it. Can someone point me in the right
>>direction?
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I prevent Publish Web Site from overwriting web.config? Stan B ASP .Net 3 04-06-2007 03:23 PM
Self-refreshing and non-self-refreshing controls Harlan Messinger ASP .Net 1 08-04-2006 01:13 PM
Self-refreshing and non-self-refreshing controls Harlan Messinger ASP .Net Web Controls 0 08-03-2006 12:29 PM
refreshing a web page... Ollie Riches ASP .Net 2 01-21-2005 05:19 PM
force refreshing of my web site Mr. x ASP .Net 2 12-02-2003 04:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57