Rate It (3) Thank you for your feedback!
One of the great additions to ASP.NET 2.0 is Master Pages. Master Pages help us build a consistent and maintainable UI through out a site.
Articles/Blogs
Revision number 3, Monday, February 11, 2008 9:08:28 PM by This is not the most up to date version of this article. The most recent version can be found here.
You must Login to comment.
This was an interesting article that can help making webapplications easier.
Javascript to display time on Web page
JavaScript sample to continuously display the current time on the web page. Continuously means that the textbox value will be updated with the current time every second. script type="text/javascript"> function ShowTime() { var dt = new Date();
(last 30 days)
Advertise Here