Ask a Question related to ASP.NET General, Design and Development.
-
Laszlo Szijarto #1
refresh a page every so often
I want to refresh the text of a label box, say, every second. Is there a
way to maintain some kind of persistent connection to the server and the
codebehind in order to pull this off or am I forced to use some ugly
client-side page-refresh scription?
Thank you for any advice,
Laszlo
Laszlo Szijarto Guest
-
how can i Refresh my page????
Please help me I am using mac os x and Dreamweaver MX 2004, But i make some page but I am not abble to see them normal, please help me....I will... -
Auto Page Refresh
Hi, I have a web page which contains content that is frequently updated: http://www.iwsec.co.uk -
Page Refresh
OK, I have created a user control that contains a dropdown for office locations. Here is the code.... Private Sub Page_Load(ByVal sender As... -
page refresh?
I have the submit and action page. On the submit form, I have several text boxes for user to enter information. On the action page, I have the... -
Refresh Page
I have an access db backend with a frontend in asp. The user is able to add, edit, view, and delete members from the db. I have a page that... -
Marina #2
Re: refresh a page every so often
You might be able to use something like XmlHttp, to do a call to a page from
client side javascript.
Another option, is to place the label on its own page, in an iframe. And
refresh the page in the iframe ever X seconds. This will have minimal
flashing, and will probably be barely noticeable.
"Laszlo Szijarto" <lszijarto@nospam.mrdoc.cc> wrote in message
news:e5Ah7s$PDHA.1612@TK2MSFTNGP11.phx.gbl...> I want to refresh the text of a label box, say, every second. Is there a
> way to maintain some kind of persistent connection to the server and the
> codebehind in order to pull this off or am I forced to use some ugly
> client-side page-refresh scription?
>
> Thank you for any advice,
> Laszlo
>
>
Marina Guest
-
Steve C. Orr, MCSD #3
Re: refresh a page every so often
You are forced to use some ugly client side page refresh, unless you use
another ugly option such as hosting a special ActiveX control on your page
that can handle a more complex (persistent) network connection.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Laszlo Szijarto" <lszijarto@nospam.mrdoc.cc> wrote in message
news:e5Ah7s$PDHA.1612@TK2MSFTNGP11.phx.gbl...> I want to refresh the text of a label box, say, every second. Is there a
> way to maintain some kind of persistent connection to the server and the
> codebehind in order to pull this off or am I forced to use some ugly
> client-side page-refresh scription?
>
> Thank you for any advice,
> Laszlo
>
>
Steve C. Orr, MCSD Guest
-
Laszlo Szijarto #4
Re: refresh a page every so often
Thank you both. I'll check into the XML HTTP stuff. Or I may just have to
go the way of using an embedded ActiveX-like control.
Thanks again,
Laszlo
--
Laszlo Szijarto
Software Engineer
Analex Corporation
2001 Aerospace Parkway
Cleveland, Ohio 44142
Phone: 216-925-1127
NOTICE: The information contained in this E-mail and any attachments is
subject to Export Administration Regulations (EAR) and must be handled in
accordance with its EAR classification. If its EAR classification is not
specified, the information contained in this E-mail and any attachments
should not be disseminated to any non-U.S. person because the appropriate
EAR classification may be more restrictive than "Public Domain."
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:%23Zz$S$$PDHA.304@tk2msftngp13.phx.gbl...a> You are forced to use some ugly client side page refresh, unless you use
> another ugly option such as hosting a special ActiveX control on your page
> that can handle a more complex (persistent) network connection.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "Laszlo Szijarto" <lszijarto@nospam.mrdoc.cc> wrote in message
> news:e5Ah7s$PDHA.1612@TK2MSFTNGP11.phx.gbl...> > I want to refresh the text of a label box, say, every second. Is there>> > way to maintain some kind of persistent connection to the server and the
> > codebehind in order to pull this off or am I forced to use some ugly
> > client-side page-refresh scription?
> >
> > Thank you for any advice,
> > Laszlo
> >
> >
>
Laszlo Szijarto Guest



Reply With Quote

