[2005-09-19] How to Use AdRotator Control in ASP.Net?
Adrotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quick and easy.

[2005-09-13] Using a Custom Base Class for your ASP.NET Page's Code-Behind Classes
One of the many benefits of object-oriented programming is that it allows for reuse of logic. For example, classes can be created that contain a base level of functionality.