If you put the following line into the HTML header
<META HTTP-EQUIV="REFRESH" CONTENT=n>
the page will be updated every n seconds.
Eliyahu
"Joe Shum" <Joe
Shum@discussions.microsoft.com> wrote in message
news:141115A5-E6D4-4FA1-8187-98355F57BAD1@microsoft.com...[color=blue]
> Hi All:
>
> I am pretty new at ASP.NET development. Currently I need to build a Web
> Server app using C# and ASP.NET to automatically and repeatly refresh data
> changes at fixed intervals (2 to 30 secs) occurring at the server side,[/color]
and[color=blue]
> refresh them at the table fields at the Browser screen without any user
> intervention.
>
> Typically, the user submit to the Server URL which returns a page that has[/color]
a[color=blue]
> lot of table fields in it but without any input buttons etc. The page is[/color]
to[color=blue]
> stay on refreshing data changes at fixed intervals until the user clicks[/color]
off.[color=blue]
> This application is used for a traditional Dashboard display setup.
>
> Can anybody please advice me on which HTML or Server Control, Caching
> methods, timers methods, or any special technique or code samples, etc. -
> used under the C# and ASP.NET environment to achieve this??
>
> Thanks - JS[/color]