Paging Through a Data Table Creating a Navigation Bar Using the Recordset Navigation Bar Server Behavior.

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Advertisements

1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
1 After completing this lesson, you will be able to: Create a new presentation using a design template. Enter text in the Slide pane. Create a new slide.
Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
Learning the Basics – Lesson 1
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Microsoft Office 2007 Microsoft Excel Collaboration Feature Using SharePoint and Excel Services.
Microsoft Office 2007: Introductory Computer Applications 11.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
Chapter 3 Tables and Page Layout
Integrating Access with the Web and with Other Programs.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Searching a Database Creating a Form for Users to Search a Database.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
Creating a Site Defining the Local site Setting up the Remote Site Identifying the Testing Server.
Web Page Design Tips & Tricks Layering Choose Insert – Layout Objects – Layer Click anywhere along the outline of the layer box to select it Click &
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Master Detail Page Set Enabling Users to See More Detailed Data.
1 Computing for Todays Lecture 16 Yumei Huo Fall 2006.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Training 1 FrontPage Creating Web Pages. 2 Objectives 1. Open FrontPage. 2. Create Web pages. 3. Insert pictures 4. Create a hyperlink from a picture.
Access Tutorial 10 Automating Tasks with Macros
>To add a component via Page Editor, go to the View tab and check the Designing checkbox to enter Designing mode. >Next, simply click the Component button.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Dreamweaver CS4 Concepts and Techniques Chapter 7 Page Layout with Frames.
Web Technologies Website Development Trade & Industrial Education
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
HTML, XHTML, and CSS Chapter 12 Creating and Using XML Documents.
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
Creating a Survey Using Dreamweaver’s Record Insertion Form Wizard.
Creating a Web Site to Gather Data and Conduct Research.
Website Development with Dreamweaver
Session 1 SESSION 1 Working with Dreamweaver 8.0.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit B Creating a Web Site.
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
Microsoft Access 2010 Chapter 10 Administering a Database System.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
Using Microsoft Word & Excel §Open a new document in MS Word §Click on Tools & then Mail Merge l a dialogue box, like the one on this page, will appear.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
Slide 1 (of 16) 1) Launch Dreamweaver 8. 2)Under Site, choose New Site. Stanford Continuing Studies CS 22 · Enhanced Web Site Design Week Two DREAMWEAVER.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
Project 1 Dreamweaver Provides. Automatic Web Page Design Develop your own webpage without having to spend hours writing HTML code Web site management.
FIRST COURSE Word Tutorial 6 Using Mail Merge. Objectives Learn about the mail merge process Use the Mail Merge task pane Select a main document Create.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Home page Web page link 1 Web page link 2Web page link 3Web page link 4.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
1 /17 Installing and Configuring TaxWise © 2006, Universal Tax Systems, Inc. All Rights Reserved. Installing and Configuring TaxWise Objectives –In this.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
Word Tutorial 6 Using Mail Merge
Displaying a Data Table
Tutorial 6 Creating Dynamic Pages
Microsoft Office Access 2003
Microsoft Office Access 2003
Microsoft Office Access 2003
Tutorial 7 – Integrating Access With the Web and With Other Programs
Presentation transcript:

Paging Through a Data Table Creating a Navigation Bar Using the Recordset Navigation Bar Server Behavior

Paging Through a Data Table When a data table contains too many records to display onscreen at once, you need a way to page through the data. To help you do this, Dreamweaver has an Application object called the Recordset Navigation Bar server behavior. The following tutorial steps you through the process of creating a Recordset Navigation Bar that the user can use to page through a data table onscreen.

Create an ASP Page Pull down the File menu and choose New to bring up the New Document dialog. Select the Dynamic Page category to make the Dynamic Page options appear. Select ASP JavaScript and click the Create button; the new page appears. Pull down the File menu, choose Save, and save the file in your site’s local root folder; in this example, make the name of the page be DataTablePaging.asp.

Defining the Data Source If you have not already defined the data source containing your table, follow these steps: Click to position your cursor in the Databases window. If the Databases window is not visible, pull down the Window menu and choose Databases. Click the plus-sign button and choose Custom Connection String. When the Custom Connection String dialog appears, enter the name of the connection and your connection string.

Entering the Connection String In this course, the connection string is: "DBQ=C:\webs.oet.udel.edu\fthstudents\ databases\lastname\TopSecret.mdb; DRIVER={Microsoft Access Driver (*.mdb)}“ -or- "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\ webs.oet.udel.edu\fthstudents\databases\lastname\TopSecret.mdb“ If you are running your own Web server, you can use the my.udl wizard to create the connection string.

Create a Recordset Data Binding Click the Bindings tab of the Application window, or pull down the Window menu and choose Bindings. Click the plus sign button and choose recordset to make the recordset dialog appear. Customize the Name field to suit your application. If this is a list of users, for example, make the Name field say UsersRecordset. Choose the connection that contains the table. Select the data table containing your data. Select the data fields you want displayed. Click OK.

Select the Application Toolbar If the Insert toolbar is not already set to Application, pull down the Insert bar and choose Application to make the Application toolbar appear:

Display the Data Table Click to position the cursor at the spot on the page where you want to display the data table. From the Application category of the Insert bar, choose Dynamic Data  Dynamic Table:

Define the Dynamic Table When the Dynamic Table dialog appears, choose the recordset you want to display, set the number of records to show at a time, and click OK:

Test the Page Press F12 to test the page and make sure it works so far. F12 publishes and tests the page all in one step. When the page appears in your browser, you should see the table onscreen. If you do not see the table, troubleshoot the problem until you get this test to succeed.

Insert the Recordset Navigation Bar Click to position the cursor at the spot on the page where you want to display the navigation bar. Pull down the Recordset Paging menu and choose Recordset Navigation Bar:

Set the Recordset Navigation Bar Options When the Recordset Navigation Bar dialog appears, choose the recordset you want to display, and set the option to display the navigation options as text or images, as you wish, and click OK:

Test the Page Press F12 to test the page. You should now have buttons you can use to page back and forth through the data table:

Adjust the Page Layout Stylize the page elements as you wish. Use a surrounding table, for example, to make the navigation bar and the table appear centered with respect to each other as follows: