Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
Question: flicker on refresh
My webform is datadriven and auto refreshes every 10 seconds. Is there a
way to avoid the "flicker" when I refresh the page?
VB Programmer Guest
-
Newbie Question: Screen Refresh?
I'm a php newbie. I just bought a giant reference book which looks great - "PHP5 and MySQL Bible" by Converse, Park and Morgan. There's something... -
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... -
How do you this FLicker effect....
Can anyone show how to do this roll over flicker effect when you go over the images and text.. ... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it... -
Steve C. Orr, MCSD #2
Re: Question: flicker on refresh
Smart Navigation can accomplish the illusion that the page did not refresh:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuipageclasssmartnavigationtopic.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:efoHdS7TDHA.1864@TK2MSFTNGP11.phx.gbl...> My webform is datadriven and auto refreshes every 10 seconds. Is there a
> way to avoid the "flicker" when I refresh the page?
>
>
Steve C. Orr, MCSD Guest
-
VB Programmer #3
Re: Question: flicker on refresh
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
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:%23J2wNG9TDHA.2188@TK2MSFTNGP10.phx.gbl...refresh:> Smart Navigation can accomplish the illusion that the page did not[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuipageclasssmartnavigationtopic.asp[/url]>[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp[/url]>a>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
> news:efoHdS7TDHA.1864@TK2MSFTNGP11.phx.gbl...> > My webform is datadriven and auto refreshes every 10 seconds. Is there>> > way to avoid the "flicker" when I refresh the page?
> >
> >
>
VB Programmer Guest
-
VB Programmer #4
Re: Question: flicker on refresh
Any ideas why SmartNavigation doesn't stop the "flickering" of the page?
Thanks
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:ejS4FhEUDHA.1740@TK2MSFTNGP12.phx.gbl...back> 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[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuipageclasssmartnavigationtopic.asp[/url]> 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
>
> "Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
> news:%23J2wNG9TDHA.2188@TK2MSFTNGP10.phx.gbl...> refresh:> > Smart Navigation can accomplish the illusion that the page did not>> >[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp[/url]>> >there> >
> > --
> > I hope this helps,
> > Steve C. Orr, MCSD
> > [url]http://Steve.Orr.net[/url]
> >
> >
> > "VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
> > news:efoHdS7TDHA.1864@TK2MSFTNGP11.phx.gbl...> > > My webform is datadriven and auto refreshes every 10 seconds. Is> a>> >> > > way to avoid the "flicker" when I refresh the page?
> > >
> > >
> >
>
VB Programmer Guest



Reply With Quote

