Wednesday, January 18, 2006 - Posts

Dynamically changing the title of a webform in ASP.NET 1.1

If you started using ASP.NET 2.0, you'll probably know that you can set the title of a page dynamically using the new Title property. In ASP.NET 1.x, there is no straight forward way of doing it. One of the very common ways of achieving this is by placing Read More