分页显示,序号如何接上之前页面
如第一页是1-15条,到第二页时应是从第16第开始????
student_no=0
while (PageSize<>0)and(not rsStudent.eof)
student_no=student_no+1
((Page-1)*rsStudent.PageSize)+student_no
......
wend