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?...

+ Reply to Thread
Results 1 to 2 of 2

Forceing the client side to REFRESH the page

  1. Default 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?



  2. Default 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?


+ Reply to Thread

Similar Threads

  1. ASP.NET Listbox Client Side changes not reflected on page
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 07-20-2007, 10:33 AM
  2. Client Side Vs Server Side Java Script
    By Application Development in forum Javascript
    Replies: 5
    Last Post: 06-29-2007, 11:14 AM
  3. Mixing a client-side/server-side event
    By Application Development in forum DOTNET
    Replies: 7
    Last Post: 06-05-2007, 04:27 PM
  4. How do I use simple client side COM object in a web page?
    By Application Development in forum Javascript
    Replies: 2
    Last Post: 11-13-2003, 06:17 AM
  5. client-side can't catch any exception server-side throwed....
    By Application Development in forum Object
    Replies: 2
    Last Post: 10-11-2003, 04:33 AM