在DataList中的<Itemplate>模板中,放了一个Table,但只看到第二行的数据,第一行没显示,也不报错,哪的问题,,,源码如下,请解解呀。 <ItemTemplate>
<table id="Table3" style="width:594px;height:263px" cellpadding="1" cellspacing="1" width="594"
border="0">
<tr>
<td style="width:88px" bgcolor="#ccccff">
<font face="宋体">回复者</font>
</td>
<td style="width:169px" bgcolor="#ccccff">
<asp:Label ID="Label5" Runat="server" Width="114px" Height="16px" Text='<%#DataBinder.Eval(Container.DataItem,"UserName")%>'>
</asp:Label>
</td>
<td style="width:65px" bgcolor="#ccccff">
<asp:Label ID="Label6" Runat="server" Width="220px" Text='<%#DataBinder.Eval(Container,"DataItem.PostTime")%>'>
</asp:Label>
</td>
</tr>
<tr>
<td colspan="4">
<hr width="100%" size="1">
<asp:Label ID="Label7" Runat="server" Width="585px" height="178px" Text='<%#DataBinder.Eval(Container,"DataItem.Content")%>'>
</asp:Label>
</td>
</tr>
</table>
</ItemTemplate>