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

R

Ray Stevens

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?
 
S

Scott Allen

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.
 
I

intrader

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.
 
R

Ray Stevens

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top