資源簡介
畢業設計網站,中等難度,完整C#學生信息管理網站

代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.xml.Linq;
using?System.Data.SqlClient;
public?partial?class?_Default?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????//建立Connection對象
????????String?strCon?=?“server=localhost\\sqlexpress;database=學生信息;uid=zxc;pwd=123“;
????????SqlConnection?myConn?=?new?SqlConnection(strCon);
????????String?yh?=?“select?count(*)?from?Loan?where?用戶名=‘“?+?TextBox1.Text?+?“‘and?密碼=‘“?+?TextBox2.Text?+?“‘“;
????????SqlCommand?cmd?=?new?SqlCommand(yh?myConn);
????????myConn.Open();
????????int?n?=?cmd.ExecuteNonQuery();
????????if?(n!=0)
????????{??Response.Write(“ript>window.open(‘普通用戶界面.aspx‘) ript>“);?}
????????else
????????{
????????????Label1.Text?=?“用戶名不存在或密碼不正確“;?
????????}
????????myConn.Close();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????487??2010-12-21?20:46??學生信息管理系統\管理員界面.aspx.cs
?????文件??????11349??2010-11-18?14:14??學生信息管理系統\web.config
?????文件????????496??2010-12-21?20:48??學生信息管理系統\普通用戶界面.aspx.cs
?????文件???????3714??2010-12-28?12:33??學生信息管理系統\普通用戶界面.aspx
?????文件????????494??2010-11-05?16:47??學生信息管理系統\普通用戶?界面.aspx.cs
?????文件???????1226??2010-12-08?11:30??學生信息管理系統\index.aspx.cs
?????文件???????3348??2010-12-28?12:33??學生信息管理系統\普通用戶?界面.aspx
?????文件???????6037??2010-12-28?12:39??學生信息管理系統\管理員界面.aspx
?????文件????????491??2010-11-05?17:09??學生信息管理系統\管理員界?面.aspx.cs
?????文件???????4936??2010-12-28?12:39??學生信息管理系統\管理員界?面.aspx
?????文件???????1481??2010-11-05?17:27??學生信息管理系統\index.aspx
?????文件???????7395??2010-10-22?09:32??學生信息管理系統\logo.jpg
?????文件???????1427??2010-10-22?10:17??學生信息管理系統\注冊界面.aspx.cs
?????文件???????1488??2010-10-23?16:25??學生信息管理系統\注冊界面.aspx
?????文件???????2928??2010-10-23?16:56??學生信息管理系統\學生信息.sql
?????目錄??????????0??2010-11-13?15:50??學生信息管理系統\App_Data
?????目錄??????????0??2010-11-13?15:50??學生信息管理系統
-----------?---------??----------?-----??----
????????????????47297????????????????????17
- 上一篇:C#模擬駕照考試,功能很簡單,可做學習參考
- 下一篇:學生選課系統C#源代碼
評論
共有 條評論