System.Web.UI.WebControls Namespace AdRotator Class
Initializes a new instance of the AdRotator class.
[ VB ]
Public Sub New ( )
[ C# ]
public AdRotator ( );
[ C++ ]
public: AdRotator ( );
[ JScript ]
public function AdRotator ( );
Use this constructor to initialize a new instance of the AdRotator control.
The following shows how to dynamically initialize a new instance of an AdRotator control at run time.
Show me
AdRotator Members