asp分页,如何让实现分页?

来源:百度知道 编辑:UC知道 时间:2024/07/02 09:49:50
我写了个产品列表页 用于显示各个分类下的产品,可是现在是将所有的产品都显示在一个页面,怎么能让他分类显示呢,我现在时每行4个产品图片,我现在想每页32个产品图片,8行!说能帮我看看怎么弄,万分感谢!
代码如下:
..............................................
<!--#include File="Conn.ASP"-->
<html>
<head>
<title>产品分类展示</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--

body {
background-image: url();
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="images/link.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
}
.style3 {
font-family: Arial, Helvetica, sans-serif;
color: #CCCCCC;
}
.style18 {font-size: 14px}
.style4 {color: #990000}<

分页解决

你这传的是什么代码
全是HTML的 没有一句ASP代码
而且ASP分页很麻烦
20分太少了

加我251925923

http://down.chinaz.com/soft/24767.htm

这个很好呀,省事多了,这是我用过最好用的分页类了