Question: flicker on refresh

V

VB Programmer

My webform is datadriven and auto refreshes every 10 seconds. Is there a
way to avoid the "flicker" when I refresh the page?
 
V

VB Programmer

I made a simple webform with a label and a button.
1. It still flickers.
2. Doesn't maintain my scroll position on the refresh. Moves webform back
to the top.

Here is the Page_Load code:
Private Sub Page_Load(...) Handles MyBase.Load
Response.AppendHeader("refresh", "1")
Label1.Text = Now.ToLongTimeString
Me.SmartNavigation = True
End Sub

Ideas?
Thanks,
Robert
 
V

VB Programmer

Any ideas why SmartNavigation doesn't stop the "flickering" of the page?

Thanks
 

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

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top