Share via


Visual InterDev

      

Use this dialog box to set properties for the PageObject design-time control. This dialog box appears when you select the control on an ASP page and then click the Custom property in the Properties window.

With the PageObject control you can export server script functions and properties to expose the ASP page as an object with methods and properties. You can also make references to other ASP pages to access their exported methods and properties.

Note   The Name property of the PageObject control is set directly on the control. This is the name used for this page object in script. The default name is ASP_Pagen, where n is the lowest integer that will create a unique name for this page object.

For more information on using ASP page objects, see Specifying a Page as an Object.

To See
Set methods used in script with the design-time controls on your ASP page Methods Tab (Page Object Properties Dialog Box
Define properties used in script with the design-time controls on your ASP page Properties Tab (Page Object Properties Dialog Box
Set references to other ASP pages from your ASP page References Tab (Page Object Properties Dialog Box