热词世界杯

用Asp.net实现基于XML的留言簿之三

2004-02-14 09:33 出处:eNet硅谷动力 作者:王凯明 责任编辑:zwg

< body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" rightmargin="0" > < !-- #Include File="header.inc" -- > < asp:label id="errmess" text="" style="color:#FF0000" runat="server" / > < br > < h3 align="center" class="newsbody" >我的留言簿< /h3 > < ASP:Repeater id="MyDataList" runat="server" > < headertemplate > < table class="mainheads" width="100%" style="font: 8pt verdana" > < tr style="background-color:#FF9966" > < th > 姓名 < /th > < th > 国家 < /th > < th > Email < /th > < th > 留言 < /th > < th > 日期/时间 < /th > < /tr > < /headertemplate > < itemtemplate > < tr style="background-color:#FFFFCC" > < td > < %# DataBinder.Eval(Container.DataItem, "Name") % > < /td > < td > < %# DataBinder.Eval(Container.DataItem, "Country") % > < /td > < td > < %# DataBinder.Eval(Container.DataItem, "Email") % > < /td > < td > < %# DataBinder.Eval(Container.DataItem, "Comments") % > < /td > < td > < %# DataBinder.Eval(Container.DataItem, "DateTime") % > < /td > < /tr > < /itemtemplate > < footertemplate > < /table > < /footertemplate > < /ASP:Repeater > < !-- #Include File="footer.inc" -- > < /body >< /html >
键盘也能翻页,试试“← →”键
分享到: QQ空间 新浪微博 腾讯微博 更多
相关文章
相关文章
相关软件