投票系统分享(8)

来源:未知 责任编辑:责任编辑 发表时间:2015-03-01 01:47 点击:

21         DataSet ds = new DataSet();
22         sda.Fill(ds);
23         Repeater1.DataSource = ds.Tables[0].DefaultView;
24         Repeater1.DataBind();
25         lblInfo.Text = "共有" + ds.Tables[0].Rows[0]["SumNumber"].ToString();
26         lblTitle.Text = ds.Tables[0].Rows[0]["Title"].ToString();
27     }
28 }

HTML代码:
 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="LookVote.aspx.cs" Inherits="LookVote" %>
 2
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 4
 5 <html xmlns="http://www.w3.org/1999/xhtml">
 6 <head id="Head1" runat="server">
 7     <title>无标题页</title>
 8 </head>
 9 <body style=" text-align:center; background-color:#f9cd34">
10     <form id="form1" runat="server" style=" text-align:center;">
11     <div style="width: 500px; text-align:center; background-color:#FFF2BB;">       
12         <br />
13         <table style="color:#333333;text-align:left; border:0; width:90%; background-color:#b18a02; font-size:12px; font-family:宋体;" cellpadding="2" cellspacing="1">
14         <tr style=" height:25px; background-color:#FFFFFF">
15             <td>
16                 &nbsp;<br />
17                 <asp:Label ID="lblInfo" runat="server"></asp:Label>
18             </td>
19         </tr>
20         <tr style=" height:25px; background-color:#f9dc34">
21             <td>主题:<asp:Label ID="lblTitle" runat="server"></asp:Label></td>
22         </tr>  
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • 浅析.NET下XML数据访问新机制
  • asp.net 面试+笔试题目第1/2页
  • C# 邮件地址是否合法的验证
  • asp.net 设置GridView的选中行的实现代码
  • C#高级编程:数据库连接[1]
  • ASP.NET&#160;GridView列表代码示例
  • 经典C++程序1
  • 微软ASP.NET站点部署指南(3):使用Web.Config文件的Transforma
  • 微软ASP.NET站点部署指南(2):部署SQL Server Compact数据库
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索 - 移动版 - 返回顶部
Copyright © 2008-2013 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1