asp序号升序降序问题!

<%dimaconstMaxPerPage=20dimtotalputdimcurrentpagedimtotalpagessetrs=server.createobje... <%
dim a
const MaxPerPage =20
dim totalput
dim currentpage
dim totalpages

set rs=server.createobject("adodb.recordset")
sql="select * from whwr_com_pinglu where whwr_com_show_id="&id&" order by id asc"
rs.open sql,conn,1,1

if not rs.eof then
rs.pagesize=Maxperpage
Currentpage=clng(request("page"))
if Currentpage="" then
Currentpage=1
elseif currentpage<1 then
currentpage=1
else
currentpage=clng(currentpage)
if currentpage > rs.pagecount then
currentpage=rs.pagecount
end if
end if

totalput=rs.recordcount
rs.move(currentpage-1)*maxperpage

dim n,k
if (totalput mod maxperpage)=0 then
n= totalput \maxperpage
else
n= totalput \maxperpage +1
end if
end if

a=0

do while not rs.eof and a<MaxPerPage

%>
输出: <%=a+1%>
以sql="select * from whwr_com_pinglu where whwr_com_show_id="&id&" order by id asc"方式输出,显示为:
1.第一条评论
2.第二条评论
如果把id asc改为desc,则显示为:
1.第二条评论
2,第一条评论
后面的新评论都是以序号1出现的,请问怎么解决?
我要的效果是
2.第二条评论
1.第一条评论
展开
 我来答
lsk110
2009-12-26 · TA获得超过562个赞
知道大有可为答主
回答量:541
采纳率:0%
帮助的人:1013万
展开全部
a = rs.recordcount + 1
do while not rs.eof and a<MaxPerPage

%>
输出: <%=a-1%>
改这个试下
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式