PC Review


Reply
Thread Tools Rate Thread

automatic reload

 
 
fh
Guest
Posts: n/a
 
      17th Aug 2005
hello!
I 've a found way to reload my page automatically every n seconde using
this code
Response.AppendHeader("Refresh", "4");

it works fine but I wish to do the same with only a part of my aspx page
that will reload to the server
all the rest of the page has to stay static

if I use a web User control but it reload all the page?

is there any way around?

thanks

Franck
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      17th Aug 2005
fh wrote:
> hello!
> I 've a found way to reload my page automatically every n seconde using
> this code
> Response.AppendHeader("Refresh", "4");
>
> it works fine but I wish to do the same with only a part of my aspx page
> that will reload to the server
> all the rest of the page has to stay static
>
> if I use a web User control but it reload all the page?
>
> is there any way around?
>
> thanks
>
> Franck


Nope...
You will have to have an Frame/iFrame or an ActiveX component on the
client.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
fh
Guest
Posts: n/a
 
      17th Aug 2005
Thank you for your response,
but it's not a control, isn it?

this is the frames that are created within a frameset?



Eliyahu Goldin wrote:
> Use an iframe.
>
> Eliyahu
>
> "fh" <(E-Mail Removed)> wrote in message news:ddvkdu$2os$(E-Mail Removed)...
>
>>hello!
>>I 've a found way to reload my page automatically every n seconde using
>>this code
>>Response.AppendHeader("Refresh", "4");
>>
>>it works fine but I wish to do the same with only a part of my aspx page
>>that will reload to the server
>>all the rest of the page has to stay static
>>
>>if I use a web User control but it reload all the page?
>>
>>is there any way around?
>>
>>thanks
>>
>>Franck

>
>
>

 
Reply With Quote
 
fh
Guest
Posts: n/a
 
      17th Aug 2005
thanks for your help!
Eliyahu Goldin wrote:
> iframe is a frame that can be used as a regular html control in any place an
> the page, like a table cell or a panel. If you separate the part you want to
> reload into a separate page, you can put it into an iframe and make it
> reload. The rest of the page won't be affected.
>
> Eliyahu
>
> "fh" <(E-Mail Removed)> wrote in message news:ddvljm$3as$(E-Mail Removed)...
>
>>Thank you for your response,
>>but it's not a control, isn it?
>>
>>this is the frames that are created within a frameset?
>>
>>
>>
>>Eliyahu Goldin wrote:
>>
>>>Use an iframe.
>>>
>>>Eliyahu
>>>
>>>"fh" <(E-Mail Removed)> wrote in message

>
> news:ddvkdu$2os$(E-Mail Removed)...
>
>>>>hello!
>>>>I 've a found way to reload my page automatically every n seconde using
>>>>this code
>>>>Response.AppendHeader("Refresh", "4");
>>>>
>>>>it works fine but I wish to do the same with only a part of my aspx page
>>>>that will reload to the server
>>>>all the rest of the page has to stay static
>>>>
>>>>if I use a web User control but it reload all the page?
>>>>
>>>>is there any way around?
>>>>
>>>>thanks
>>>>
>>>>Franck
>>>
>>>
>>>

>
>

 
Reply With Quote
 
Curt_C [MVP]
Guest
Posts: n/a
 
      17th Aug 2005
fh wrote:
> Thank you for your response,
> but it's not a control, isn it?
>
> this is the frames that are created within a frameset?
>
>
>
> Eliyahu Goldin wrote:
>
>> Use an iframe.
>>
>> Eliyahu


What s/he's getting at is that you cant do it with a control, only with
a "page".

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
 
Reply With Quote
 
Eliyahu Goldin
Guest
Posts: n/a
 
      17th Aug 2005
Use an iframe.

Eliyahu

"fh" <(E-Mail Removed)> wrote in message news:ddvkdu$2os$(E-Mail Removed)...
> hello!
> I 've a found way to reload my page automatically every n seconde using
> this code
> Response.AppendHeader("Refresh", "4");
>
> it works fine but I wish to do the same with only a part of my aspx page
> that will reload to the server
> all the rest of the page has to stay static
>
> if I use a web User control but it reload all the page?
>
> is there any way around?
>
> thanks
>
> Franck



 
Reply With Quote
 
Eliyahu Goldin
Guest
Posts: n/a
 
      17th Aug 2005
iframe is a frame that can be used as a regular html control in any place an
the page, like a table cell or a panel. If you separate the part you want to
reload into a separate page, you can put it into an iframe and make it
reload. The rest of the page won't be affected.

Eliyahu

"fh" <(E-Mail Removed)> wrote in message news:ddvljm$3as$(E-Mail Removed)...
> Thank you for your response,
> but it's not a control, isn it?
>
> this is the frames that are created within a frameset?
>
>
>
> Eliyahu Goldin wrote:
> > Use an iframe.
> >
> > Eliyahu
> >
> > "fh" <(E-Mail Removed)> wrote in message

news:ddvkdu$2os$(E-Mail Removed)...
> >
> >>hello!
> >>I 've a found way to reload my page automatically every n seconde using
> >>this code
> >>Response.AppendHeader("Refresh", "4");
> >>
> >>it works fine but I wish to do the same with only a part of my aspx page
> >>that will reload to the server
> >>all the rest of the page has to stay static
> >>
> >>if I use a web User control but it reload all the page?
> >>
> >>is there any way around?
> >>
> >>thanks
> >>
> >>Franck

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Automatic Refresh of page (using a timer and .reload) causes messagebox. UJ Microsoft ASP .NET 2 12th Aug 2005 04:40 PM
had to reload xp, lost files and can reload office (word/excel) Gerry Windows XP General 1 24th Aug 2004 03:04 AM
Automatic Windows Explorer reload at start-up Joey Steed Microsoft Windows 2000 1 17th Jul 2004 01:20 PM
automatic reload IE6 Olivier Demacon Windows XP Internet Explorer 2 16th May 2004 08:34 AM
Automatic Home Page Reload MB Windows XP Internet Explorer 0 8th Sep 2003 01:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 PM.