投票系统分享(9)
来源:未知 责任编辑:责任编辑 发表时间:2015-03-01 01:47 点击:次
23 </table>
24
25 <asp:Repeater ID="Repeater1" runat="server">
26 <HeaderTemplate>
27 <table style="color:#333333;text-align:left; border:0; width:90%; background-color:#b18a02; font-size:12px; font-family:宋体;" cellpadding="2" cellspacing="1">
28 <tr style=" height:25px; background-color:#FFFFFF; text-align:center;">
29 <td style=" width:50px;"> </td>
30 <td style=" width:170px;">选项</td>
31 <td style=" width:170px;">比例</td>
32 <td style=" width:110px;">票数</td>
33 </tr>
34 </HeaderTemplate>
35 <ItemTemplate>
36 <tr style=" height:25px; background-color:#FFFFFF; text-align:left;">
37 <td style=" text-align:center;"><%#DataBinder.Eval(Container.DataItem,"ItemID") %></td>
38 <td><%#DataBinder.Eval(Container.DataItem,"Item") %></td>
39 <td><%#DataBinder.Eval(Container.DataItem, "ItemPercent", "<img src='Images/vote.gif' height='15' width='{0}'>")%>
40 <%#DataBinder.Eval(Container.DataItem,"ItemPercent","{0}%") %></td>
41 <td style=" text-align:right;"><%#DataBinder.Eval(Container.DataItem,"Number") %></td>
42 </tr>
43 </ItemTemplate>
44 <FooterTemplate>
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 进入详细评论页>>
今日头条
更多>>您可能感兴趣的文章
- Web Service学习笔记(4)
- .NET简谈互操作(四:基础知识之Dispose非托管内存
- JQuery+Asp.net MVC实现用户名重名查询
- Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注
- 聊聊.net程序设计——浅谈使用VS2010建模拓展(下
- 使用ASP.NET MVC3+EF+Jquery制作文字直播系统(四
- .NET设计模式:工厂方法模式(Factory Method)[1]
- .net架构的最后思考(箴言)
- asp.net DataTable和Dataset序列化成Json格式
- MVC3+Entity Framework 实现投票系统(二)



