我在VS里面拖入了一个DATALIST,我让它一行显示6个表格.也就是repeatcolumns="6",但在VS里面不管设成多少,它最多就显示5个,而且在调试的时候,在网页里面一个都不显示,怎么回事啊,请大家帮忙~~谢谢了``
代码如下:
<table cellSpacing="0" cellPadding="0" width="900" border="1">
<tr>
<td>
<asp:DataList id="dlnewdv" runat="server" RepeatDirection="Horizontal" RepeatColumns="6">
<ItemTemplate>
<table width="140" height="200" border="1">
<tr>
<td width="140" height="150">节目图片</td>
</tr>
<tr>
<td width="140" height="25">节目名称:</td>
</tr>
<tr>
<td width="140" height="25">创建者:</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
我的datalist出问题了!!不知道怎么回事!!