Instantiating the Content Rotator Component

To create an object variable containing an instance of the Content Rotator component, use the Server object's CreateObject method. The syntax for the CreateObject method is:

Set objMyObject = Server.CreateObject(strProgId)

where:

  • The objMyObject parameter represents the name of a Content Rotator object.

  • The strProgId parameter represents the programmatic ID (ProgID) for the Content Rotator component, which is MSWC.ContentRotator.

Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.