Setting the Display Current Page Number dialog box options

Setting the Display Current Page Number dialog box options

The purpose of this dialog box is to insert code in your ASP.NET page that displays the current DataSet page number.

A DataSet page in ASP.NET is a subset of records displayed in a DataGrid or DataList. If you decide to display only 10 records in your control and your DataSet contains 24 records, then the DataSet has three pages (consisting of 10, 10, and 4 records).

To display the DataSet page:

  • Select the DataSet and click OK.



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly