Share via


Visual InterDev

      

Exports server script functions as methods of the PageObject, so the ASP page can be treated as an object with methods that can be called from script on the same page or other pages.

For more information on creating and using methods on ASP pages, see Exporting Procedures as Methods.

Options

Select an existing method to use for navigation among the controls on your ASP page. The drop-down list shows all the server script functions you have defined on the page. Select a function to export as a navigate method on your ASP page. This method can then be invoked from both the client and server script on your ASP page, and can also be invoked from other pages that reference this page.

Execute methods

Select an existing method to use for executing code on your ASP page. The drop-down list shows all the server script functions you have defined on the page. Select a function to export as an execute method on your ASP page. This method can then be called from the client script on your ASP page, and can also be called from client script in pages that reference this page.