Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

show clock

0 views
Skip to first unread message

ajay

unread,
Jan 16, 2003, 10:27:00 PM1/16/03
to

Hi everyone,
I would like to know how to create a clock which would continously display the server time using ASP.net

Regards
Ajay Prabhu

Tommy

unread,
Jan 19, 2003, 1:03:35 AM1/19/03
to
I know you could break up your webform into two frame. The main frame
will have your page contents, while the clock frame will point to a
webform containing a clock. You can set the webform containing the
clock to auto refresh itself on specific intervals, and thus update
the clock with the server time on each refresh. This way the clock
will refresh, while the rest of your page reminds unchange. However,
each refresh will need to send a request to the web server, thus,
having the clock to get updated every second is probably not possible,
especially when the client have a dial-up connection.

Tommy,

"ajay" <ajay prab...@hotmail.com> wrote in message news:<#N1V0fdvCHA.2552@TK2MSFTNGP12>...

> --

0 new messages