ASP.net(C#)做QQ空间的留言和回复的效果.d这个搞定了吗?
2012-08-07
这样子行不行
<asp:DataList ID="DataList1" runat="server" Width="764px" CellPadding="4" ForeColor="#333333">
<ItemTemplate>
<div style="width:300px; height:100px">
回复内容:<br />
<asp:Label ID="Label6" runat="server" Text='<%# Eval("MesConet") %>' ></asp:Label>
</div><br />
<div>
回复人:
<asp:Label ID="Label7" runat="server" Text='<%# Eval("ReplyPeo") %>' ></asp:Label>
回复日期:
<asp:Label ID="Label8" runat="server" Text='<%# Eval("RepTime") %>'></asp:Label><br />
<br />
</div>
</ItemTemplate>
<FooterStyle BackColor="#507CD1" Font-Bold="true" ForeColor="White" />
<SelectedItemStyle BackColor="RoyalBlue" />
<AlternatingItemStyle BackColor="White" />
<ItemStyle BackColor="#EFF3FB" />
<HeaderStyle BackColor="#507CD1" Font-Bold="true" ForeColor="White" />
</asp:DataList>