資源簡介
一個C#寫的生成餅狀圖的源碼,測試通過。
代碼片段和文件信息
using?System;
using?System.Collections;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Web;
using?System.Web.SessionState;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.HtmlControls;
using?System.Data.OleDb;
using?System.Drawing.Imaging;
namespace?UserPoll
{
///?
///?WebForm1?的摘要說明。
///?
public?partial?class?WebForm1?:?System.Web.UI.Page
{
private?OleDbConnection?conn;
private?DataSet?ds?=?new?DataSet?();
private?string?connstr?=?““;
protected?void?Page_Load(object?sender?System.EventArgs?e)
{
//?在此處放置用戶代碼以初始化頁面
//初始化數據庫連接string
connstr?=?“Provider=Microsoft.Jet.OLEDB.4.0;Data?Source=“?
+?Server.MapPath(@“.\db\polldb.mdb“)?
+?“;Mode=Sh
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1733??2001-09-21?07:25??UserPoll\Global.asax.resx
?????文件????????319??2003-10-11?20:21??UserPoll\UserPoll.vsdisco
?????文件???????1733??2001-09-21?07:25??UserPoll\WebForm1.aspx.resx
?????文件?????118784??2009-12-31?17:19??UserPoll\db\polldb.mdb
?????目錄??????????0??2009-12-31?16:39??UserPoll\db
?????目錄??????????0??2009-12-31?16:39??UserPoll\bin
?????文件???????1813??2009-12-31?16:40??UserPoll\ConversionReport.txt
?????文件?????????61??2009-12-31?16:40??UserPoll\Global.asax
?????文件???????1195??2009-12-31?16:40??UserPoll\App_Code\Global.asax.cs
?????文件???????2102??2009-12-31?16:40??UserPoll\App_Code\AssemblyInfo.cs
?????目錄??????????0??2009-12-31?16:40??UserPoll\App_Code
?????文件???????2994??2009-12-31?16:40??UserPoll\Web.config
?????文件???????2332??2009-12-31?17:19??UserPoll\result.gif
?????文件???????1074??2009-12-31?17:02??UserPoll\WebForm1.aspx
?????文件???????4382??2009-12-31?17:13??UserPoll\WebForm1.aspx.cs
?????目錄??????????0??2009-12-31?16:39??UserPoll
-----------?---------??----------?-----??----
???????????????138522????????????????????16
- 上一篇:WPF編輯OFFICE
- 下一篇:C#升級程序源碼
評論
共有 條評論