Forceing the client side to REFRESH the page - DOTNET
This is a discussion on Forceing the client side to REFRESH the page - DOTNET ; I need to force the client side to refresh the page. What function do I use
todo this in C# with a ASPX page?...
-
Forceing the client side to REFRESH the page
I need to force the client side to refresh the page. What function do I use
todo this in C# with a ASPX page?
-
Re: Forceing the client side to REFRESH the page
This is no different than any other HTML as far as forcing a client
refresh.
Do you want to refresh on a timer? or based on a certain event?
If you are trying to use a timer, the <meta refresh...> tag will do it
for you.
If you are doing it on an event, most of the ASP.Net web controls will
do a postback automatically for you. Or you can sert the autopostback
property to be true. If you are using pure HTML controls, set the
onClick event to submit/refresh your page.
"Bryan G" <garret_computing@hotmail.com> wrote in message news:<#oXdjb$FEHA.3080@tk2msftngp13.phx.gbl>...
> I need to force the client side to refresh the page. What function do I use
> todo this in C# with a ASPX page?
Similar Threads
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 07-20-2007, 10:33 AM
-
By Application Development in forum Javascript
Replies: 5
Last Post: 06-29-2007, 11:14 AM
-
By Application Development in forum DOTNET
Replies: 7
Last Post: 06-05-2007, 04:27 PM
-
By Application Development in forum Javascript
Replies: 2
Last Post: 11-13-2003, 06:17 AM
-
By Application Development in forum Object
Replies: 2
Last Post: 10-11-2003, 04:33 AM