decorative banner

Creating common dynamic pages


    There are certain types of dynamic content pages you'll want to create or that you'll find yourself creating again and again.

    • Query result pages let viewers browse through the results of a database search.
    • Details pages let viewers see the details of a specific record in an online database.
    • Update pages let viewers make changes to an online database.

    You'll learn how to make basic versions of each of these page types. Each section begins with a screenshot of the finished page, an introduction to the page type and why you might use it, a list of tasks you'll need to know how to do, followed by step-by-step directions for creating the page.

    Note: The instructions assume you are creating an ASP-based site. If your server processing language is JSP or PHP instead, substitute the appropriate .jsp or .php file where indicated.

Related Subtopics: