从数据库中读取记录横向排列_ASP教程-查字典教程网
从数据库中读取记录横向排列
从数据库中读取记录横向排列
发布时间:2016-12-29 来源:查字典编辑
摘要:=MaxPerPagethenexitdors.movenextloop%>记录排列如下:12345如果我想把记录排列改成12345那么以上...

<tablewidth="100%"border="0"cellpadding="0"cellspacing="0">

<%dowhilenotrs.eof%>

<tr>

<tdheight="80"><imgsrc="<%=rs("图片")%>"width="160"height="80"></td>

</tr>

<%i=i+1

ifi>=MaxPerPagethenexitdo

rs.movenext

loop

%>

</table>

记录排列如下:

1

2

3

4

5

如果我想把记录排列改成

123

45

那么以上代码该怎么改,请高手帮忙一下

复制代码 代码如下:

<tablewidth="100%"border="0"cellpadding="0"cellspacing="0">

<%i=0

dowhilenotrs.eof

ifimod3=0then%>

<tr>

<%endif%>

<tdheight="80"><imgsrc="<%=rs("图片")%>"width="160"height="80"></td>

<%

if(i+1)mod3=0then

%>

</tr>

<%endif%>

<%

i=i+1

ifi>=MaxPerPagethenexitdo

rs.movenext

loop

%>

</table>

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新ASP教程学习
    热门ASP教程学习
    编程开发子分类