<script>

function ShowReply(ID)
{
window.open("Reply.aspx?ID="+ID,"11","width=540,height=540,scrollbars=yes");
}
function ShowEdit(ID)
{
window.open("Edit.aspx?ID="+ID,"11","width=540,height=540,scrollbars=yes");
}
</script>

<asp:datalist id="DataList1" runat="server">
<ItemTemplate>
<asp:Label id=classid visible="False" text='<%#DataBinder.Eval(Container,"DataItem.id")%>' Runat="server"></asp:Label>
<asp:Label id=Label3 visible="False" text='<%#DataBinder.Eval(Container,"DataItem.whisper")%>' Runat="server"></asp:Label>
<asp:Label id=Label7 visible="False" text='<%#DataBinder.Eval(Container,"DataItem.replycode")%>' Runat="server"></asp:Label>
<asp:Label id="Label5" visible="False" text='<%#DataBinder.Eval(Container,"DataItem.checked")%>' Runat="server"></asp:Label>
 
<asp:Label id="Label8" runat="server">
<%# DataBinder.Eval(Container.DataItem, "usertime") %></asp:Label></TD>
 
 帮忙解释一下