T
Tmuld
Hello,
I just need to create a simple clock.
I was going to have a plain page with a lable on it. Then point that
label to the time:
label1.Text = DateTime.Now.ToLongTimeString
but that will make it display the current time - how do I get it to
update the time without having to hit page refresh?
I noticed a Timer component, but have now idea how to use it.
Help?
Tmuld.
I just need to create a simple clock.
I was going to have a plain page with a lable on it. Then point that
label to the time:
label1.Text = DateTime.Now.ToLongTimeString
but that will make it display the current time - how do I get it to
update the time without having to hit page refresh?
I noticed a Timer component, but have now idea how to use it.
Help?
Tmuld.