<%@ Page Language="vb" AutoEventWireup="false" Inherits="Persons.UI.BaseApplicationPage" %> Configure Add Record Page
Configuring an Add Record Page

The New button or icon you clicked on is not yet bound to an Add Record page.

To bind the New button or icon to an Add Record page:

  1. If you have not yet created an Add Record page, use the Application Wizard to create one.

  2. Go to the Application Explorer tab, navigate in the tree to the page that contains the New button or icon, then click the Properties button on the tool bar.

    • Select the name of the New button or icon in the tree.
    • On the Bindings tab, modify the Redirect URL to point to your Add Record page.
      Example: ../MyPages/MyAddRecordPage.aspx

  3. Save changes and rebuild the application.