RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Tables Queries
Data Access
«Prev
Next»
Database Web Applications
Database Concepts
Table Structures
SQL
Data Binding
Basic Queries
SQL Select Statement
SQL Where Clause
Sort Results Orderby
Modify Records Update
SQL Insert Statement
Delete Table Row
SQL Capability Conclusion
Data Access
Binding DataBound DesignTime Controls
Scripting with Recordsets
Defensive Programming Handling Errors
Modifying Data
Updating Database Records
Data Types Databases
Direct Database Access
Add Navigation Controls - Exercise
Adding navigation controls
Objective:
Add a RecordsetNavBar control to Specials.asp.
Exercise scoring
This is a hands-on exercise worth 2 points and will be automatically scored. When you are finished, just click the
Submit
button to receive full credit.
Background/overview
In this exercise you will add a RecordsetNavBar control to the Specials.asp page to provide a way to display other records in the recordset.
Download files
Download the file Specials_L3.asp. If you download the file, remove the existing file from the project and add the new file as Specials.asp. You may want to review the "Creating a command object" lesson.
Instructions
Add a RecordsetNavBar control to the Specials.asp.
Open Specials.asp in the source editor
Drag the RecordsetNavbar DTC into the Web page below the </Table> tag
Set the properties
Also, add a standard HTML heading to the top of the display. The heading should read "Current Specials"