Here is a good demo of how to implement a active digital clock to a website.Digital Clock from dotnetspiderone of things i added is the formatting of the output.My usage of the format was:Dim time As String = String.Format("{0:ddd MM/dd/y… more »
Gunnar Peipman's Blog
You will find a very useful snippet of code for us that develop websites (blogs, wiki's, etc) for the ASP.Net framework. I personally use VB for interface stuff but C# for common-use code (dll's). more »