-
大小: 266KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-16
- 語言: C#
- 標(biāo)簽:
資源簡介
ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.OleDb;
public?partial?class?showResult?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string?voteID?=?“1“;
????????if?(Request.QueryString[“voteId“]?!=?null)
????????????voteID?=?Request.QueryString[“voteid“].ToString();
????????OleDbConnection?con?=?DB.createConnection();
????????con.Open();
????????//查詢對應(yīng)的投票條目
????????OleDbCommand?cmdItem?=?new?OleDbCommand(“select?*?from?voteDetailsvoteMaster?where?voteDetails.voteID=“?+?voteID?+?“and?voteMaster.voteID=“?+?voteID?con);
????????OleDbDataReader?sdr?=?cmdItem.ExecuteReader();
????????int?i?=?0;
????????????Response.Write(““);
????????while?(sdr.Read())
????????{
????????????if(i++?==?0)
????????????????Response.Write(“總票數(shù)-“?+?sdr.GetInt32(6).ToString()?+?“
“);
????????????Response.Write(““?+?sdr.GetString(2)+“-“+sdr.GetInt32(3).ToString()+“
“);
????????}
????????????Response.Write(“ “);
????????sdr.Close();
????????//關(guān)閉連接
????????con.Close();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????312832??2009-12-29?21:58??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\ASP.NET投票系統(tǒng)課程設(shè)計報告.doc
?????文件????????719??2009-12-24?21:41??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\App_Code\DB.cs
?????文件????????128??2009-12-26?01:43??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\App_Data\vote.ldb
?????文件?????217088??2009-12-26?01:41??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\App_Data\vote.mdb
?????文件????????449??2009-12-24?22:23??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\showResult.aspx
?????文件???????1395??2009-12-25?01:54??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\showResult.aspx.cs
?????文件???????2829??2009-12-25?01:17??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\vote.aspx
?????文件???????2669??2009-12-25?01:45??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\vote.aspx.cs
?????文件???????7814??2009-12-24?21:46??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\Web.Config
?????目錄??????????0??2009-12-26?02:20??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\App_Code
?????目錄??????????0??2009-12-26?02:20??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote\App_Data
?????目錄??????????0??2009-12-26?02:20??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)\Vote
?????目錄??????????0??2009-12-29?22:01??ASP.NET投票系統(tǒng)課程設(shè)計作業(yè)
-----------?---------??----------?-----??----
???????????????545923????????????????????13
評論
共有 條評論