ASP.net。。。Table问题。。
<%System.Collections.Generic.List<string[]>tem=inquiryData.YunData;for(inti=0;i<tem.c...
<%
System.Collections.Generic.List<string[]> tem = inquiryData.YunData;
for(int i=0;i<tem.count;i++)
{
<tr>
<td><input type="checkbox" name="" /></td>
<td>tem[i][1]</td>
<td>em[i][2]</td>
<td>150$</td>
<td>12/05/2010</td>
<td class="auto-style1"><a href="#"><img src="images/user_edit.png" alt="" title="" border="0" /></a></td>
<td><a href="#" class="ask"><img src="images/trash.png" alt="" title="" border="0" /></a></td>
}
%>
差不多是这样。。应该怎么写。。
自己处理好了。。。
回答就采纳 展开
System.Collections.Generic.List<string[]> tem = inquiryData.YunData;
for(int i=0;i<tem.count;i++)
{
<tr>
<td><input type="checkbox" name="" /></td>
<td>tem[i][1]</td>
<td>em[i][2]</td>
<td>150$</td>
<td>12/05/2010</td>
<td class="auto-style1"><a href="#"><img src="images/user_edit.png" alt="" title="" border="0" /></a></td>
<td><a href="#" class="ask"><img src="images/trash.png" alt="" title="" border="0" /></a></td>
}
%>
差不多是这样。。应该怎么写。。
自己处理好了。。。
回答就采纳 展开
1个回答
展开全部
<table>
<%
System.Collections.Generic.List<string[]> tem = inquiryData.YunData;
for(int i=0;i<tem.count;i++)
{
%>
<tr>
<td><input type="checkbox" name="" /></td>
<td<%=tem[i][1]%></td>
<td><%=em[i][2%>]</td>
<td>150$</td>
<td>12/05/2010</td>
<td class="auto-style1"><a href="#"><img src="images/user_edit.png" alt="" title="" border="0" /></a></td>
<td><a href="#" class="ask"><img src="images/trash.png" alt="" title="" border="0" /></a></td>
<%
}
%>
</table>
<%
System.Collections.Generic.List<string[]> tem = inquiryData.YunData;
for(int i=0;i<tem.count;i++)
{
%>
<tr>
<td><input type="checkbox" name="" /></td>
<td<%=tem[i][1]%></td>
<td><%=em[i][2%>]</td>
<td>150$</td>
<td>12/05/2010</td>
<td class="auto-style1"><a href="#"><img src="images/user_edit.png" alt="" title="" border="0" /></a></td>
<td><a href="#" class="ask"><img src="images/trash.png" alt="" title="" border="0" /></a></td>
<%
}
%>
</table>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询