The AdRotator Control in ASP.NET
M.Sarulatha Assistant Professor Dept. of CA.,JJC. AdRotator is a control in ASP.NET that is all about ads in Web pages. It displays a number of ad images and rotates them or loads them when a page is refreshed. The ASP.NET AdRotator control uses an XML file to store the ads and their information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be several <Ad> tags and each tag defines an ad (we will see a sample XML in this article). Let's start with an Empty Web application in Visual Studio. You can eiter create a new Web application or use an existing Web application. Since we have begun with an Empty Web Application we need to add a page now. Go to Project ...