Easy Tutorial
❮ Prop Webcontrol Tablecell Wrap Aspnet Ref Htmlcontrols ❯

ASP.NET AdRotator AdvertisementFile Property



Definition and Usage

The AdvertisementFile property is used to set or return the path of the XML file containing advertisement data.

Syntax

Property Description
path String value, specifies the location of the XML file containing advertisement data. Possible values: absolute path (e.g., http://www.w3cschool.cc/ads/bigad.xml)<br> virtual root path (e.g., ~/ads/bigad.xml)<br> relative path (e.g., /ads/bigad.xml)

Example

Declare an AdRotator (view the XML file in the "Try It" example):


❮ Prop Webcontrol Tablecell Wrap Aspnet Ref Htmlcontrols ❯