How To Use the DATAPAGESIZE DHTML Attribute to Control Data Display in Databound HTML Table (260881)
The information in this article applies to:
- Microsoft Visual Basic, Scripting Edition 5.0
- Microsoft Internet Explorer (Programming) 5
- Microsoft Internet Explorer (Programming) 5.01
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
This article was previously published under Q260881 SUMMARY
You can use Internet Explorer 5 Dynamic HTML (DHTML) extensions in client-side script to control the display (number and navigation) of records in a databound HTML table. You can use the DATAPAGESIZE attribute of the HTML <TABLE> tag to specify the number of records that you want to display in the table when the page is viewed in the browser. Occasionally, the number of records that the datasource returns and to which the table element is bound may exceed the value that is specified for the DATAPAGESIZE attribute. In this situation, you can use the firstPage, nextPage, previousPage, and lastPage methods of an HTML table element in client-side script to implement a page based on navigation and display of records in the table.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbDHTML kbhowto KB260881 |
---|
|