asp如何显示方式为:一行两列

<tablewidth="80%"border="0"align="center"cellpadding="0"cellspacing="4"><tr><%setRsPr... <table width="80%" border="0" align="center" cellpadding="0" cellspacing="4">
<tr>
<%
set RsPro=Server.CreateObject("Adodb.Recordset")
SqlPro="select * From ProductClass order by RootID,OrderID"
RsPro.Open SqlPro,conn,1,3
if RsPro.Eof or RsPro.Bof then
response.Write("暂时无类别!")
else
Do while Not RsPro.Eof
%>
<td height="30"><div align="left">
<img src="images/bg6.jpg" width="13" height="12"> <a href="pro1.asp?ClassID=<%=RsPro("ClassID")%>" class="white_d"><%=RsPro("ClassName")%></a></div></td></tr>
<%
RsPro.MoveNext
Loop
End if
RsPro.Close
set RsPro=Nothing
%>
</table>

这段中,是产品种类的显示,但目前是一行一列, 请问如何让它显示为:一行两列这样的方法呢!
展开
 我来答
百度网友3176078dd
2011-08-15 · 超过34用户采纳过TA的回答
知道答主
回答量:91
采纳率:0%
帮助的人:97万
展开全部
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="4">
<tr>
<%
set RsPro=Server.CreateObject("Adodb.Recordset")
SqlPro="select * From ProductClass order by RootID,OrderID"
RsPro.Open SqlPro,conn,1,3
if RsPro.Eof or RsPro.Bof then
response.Write("暂时无类别!")
else
Do while Not RsPro.Eof
%>

<td height="30">
<div align="left">
<img src="images/bg6.jpg" width="13" height="12"> <a href="pro1.asp?ClassID=<%=RsPro("ClassID")%>" class="white_d"><%=RsPro("ClassName")%></a></div>
</td>

<td height="30">
<%
RsPro.MoveNext
if RsPro.Eof or RsPro.Bof then
%>
<div align="left">
<img src="images/bg6.jpg" width="13" height="12"> <a href="pro1.asp?ClassID=<%=RsPro("ClassID")%>" class="white_d"><%=RsPro("ClassName")%></a></div>
<%End if%>
</td>

<%
RsPro.MoveNext
Loop
End if
RsPro.Close
set RsPro=Nothing
%>
</tr>
</table>
追问
不对,这样变成一列一列显示了,应该是用单和双来判断,但我就是不会写啊。
追答
晕死

" class="white_d">

" class="white_d">

什么是白菜
2011-08-17 · 超过29用户采纳过TA的回答
知道答主
回答量:65
采纳率:100%
帮助的人:36.1万
展开全部
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="4">
<%
set RsPro=Server.CreateObject("Adodb.Recordset")
SqlPro="select * From ProductClass order by RootID,OrderID"
RsPro.Open SqlPro,conn,1,3
if RsPro.Eof or RsPro.Bof then
response.Write("暂时无类别!")
else
Do while Not RsPro.Eof
%>
<tr></tr>'这个tr中显示一行内容(未添加)
<tr>'这个tr是一行内容(已有原来的内容)
<td height="30"><div align="left">
<img src="images/bg6.jpg" width="13" height="12"> <a href="pro1.asp?ClassID=<%=RsPro("ClassID")%>" class="white_d"><%=RsPro("ClassName")%></a></div></td>
</tr>
<%
RsPro.MoveNext
Loop
End if
RsPro.Close
set RsPro=Nothing
%>
</table>
追问
已采纳最佳答案:谢谢各位的回复:以下为采纳地址:

http://zhidao.baidu.com/question/306986339.html
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
shujialaila
2011-08-28 · TA获得超过314个赞
知道大有可为答主
回答量:1155
采纳率:0%
帮助的人:1627万
展开全部
你两个类型都不同肯定要报错啊!你看看他们两个是不同的类型。。不能用==号
实在不行的话就 这样写
e.Item.ItemType == System.Web.UI.WebControls.ListViewItemType.ListItemType.AlternatingItem
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
xiaochicken
2011-08-15 · 超过64用户采纳过TA的回答
知道答主
回答量:367
采纳率:0%
帮助的人:230万
展开全部
定义两个变量 一个代表行 一个表示列 然后用嵌套循环
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式