資源簡介
小說發布系系統(未發布)
課程(基于C#的ASP.NET程序設計)
功能:小說的添加,刪除,修改,搜索
數據庫:SQL
編寫工具:VS2005 C#

代碼片段和文件信息
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.SqlClient;
public?partial?class?dl?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click1(object?sender?EventArgs?e)
????{
????????SqlConnection?conn?=?new?SqlConnection(“server=(local);database=demo;integrated?security=true“);
????????string?username?=?TextBox1.Text.Trim();
????????string?pwd?=?TextBox2.Text.Trim();
????????string?sql;
????????sql?=?“select?count(*)?from?管理員賬戶信息?where?帳號=‘“?+?username?+?“‘and?密碼=‘“?+?pwd?+?“‘“;
????????SqlCommand?cmd?=?new?SqlCommand(sql?conn);
????????conn.Open();
????????int?ret?=?(int)cmd.ExecuteScalar();
????????conn.Close();
????????if?(ret?<=?0)
????????{
????????????Response.Write(“ript>alert(\“登錄失敗!用戶名或密碼錯誤!\“) ript>“);
????????}
????????else
????????{
????????????Response.Redirect(“manage.aspx“);
????????}
????}
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????}
????protected?void?TextBox1_TextChanged(object?sender?EventArgs?e)
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2223??2011-06-19?15:32??小說發布系統\lunwen\App_Code\DbHelper.cs
?????文件???????2377??2011-06-19?16:28??小說發布系統\lunwen\dl.aspx
?????文件???????1386??2011-06-19?16:16??小說發布系統\lunwen\dl.aspx.cs
?????文件???????5240??2011-06-19?15:34??小說發布系統\lunwen\list.aspx
?????文件???????3511??2011-06-19?15:32??小說發布系統\lunwen\list.aspx.cs
?????文件???????4702??2011-06-19?16:18??小說發布系統\lunwen\main.aspx
?????文件????????640??2011-06-19?16:01??小說發布系統\lunwen\main.aspx.cs
?????文件???????6663??2011-06-19?15:37??小說發布系統\lunwen\manage.aspx
?????文件???????4073??2011-06-19?15:32??小說發布系統\lunwen\manage.aspx.cs
?????文件???????1587??2011-06-19?15:35??小說發布系統\lunwen\show.aspx
?????文件????????751??2011-06-19?15:32??小說發布系統\lunwen\show.aspx.cs
?????文件???????2212??2011-06-19?15:40??小說發布系統\lunwen\tj.aspx
?????文件???????1981??2011-06-19?15:40??小說發布系統\lunwen\tj.aspx.cs
?????文件???????1779??2011-06-19?15:34??小說發布系統\lunwen\updata.aspx
?????文件???????1169??2011-06-19?15:34??小說發布系統\lunwen\updata.aspx.cs
?????文件???????2419??2011-06-10?11:08??小說發布系統\lunwen\Web.Config
?????文件????2002432??2011-06-19?16:27??小說發布系統\數據庫
?????文件?????????48??2011-06-19?16:28??小說發布系統\說明.txt
?????目錄??????????0??2011-06-19?16:42??小說發布系統\lunwen\App_Code
?????目錄??????????0??2011-06-19?16:42??小說發布系統\lunwen\App_Data
?????目錄??????????0??2011-06-19?16:42??小說發布系統\lunwen
?????目錄??????????0??2011-06-19?23:37??小說發布系統
-----------?---------??----------?-----??----
??????????????2045193????????????????????22
評論
共有 條評論