学生信息管理系统 系统源代码

学生信息管理系统 系统源代码

ID:35563120

大小:236.82 KB

页数:36页

时间:2019-03-28

学生信息管理系统 系统源代码_第1页
学生信息管理系统 系统源代码_第2页
学生信息管理系统 系统源代码_第3页
学生信息管理系统 系统源代码_第4页
学生信息管理系统 系统源代码_第5页
资源描述:

《学生信息管理系统 系统源代码》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、实用标准文案系统源代码一、登录界面代码usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data

2、.SqlClient;publicpartialclasslogin:System.Web.UI.Page{protectedvoidtxtid_Click(objectsender,EventArgse){txtid.Text="";txtpassword.Text="";}protectedvoidButton1_Click(objectsender,EventArgse){stringstrconn=ConfigurationManager.AppSettings["connStr"];SqlConnectionconn=newSqlConn

3、ection(strconn);conn.Open();DataSetds=newDataSet();SqlDataAdapterda=newSqlDataAdapter("select*fromuserswhereuserid='"+txtid.Text+"'anduserpwd='"+txtpassword.Text+"'",文档实用标准文案conn);da.Fill(ds);if(ds.Tables[0].Rows.Count==0){Label3.Text="账号或密码错误,请重新输入!";}else{Session["userid"]=t

4、xtid.Text;Session["userpwd"]=txtpassword.Text;Session["username"]=ds.Tables[0].Rows[0]["username"].ToString();Session["userpower"]=ds.Tables[0].Rows[0]["userpower"].ToString();if(Session["userpower"].ToString()=="0"){Response.Redirect("admin/index.aspx");}elseif(Session["userp

5、ower"].ToString()=="1"){Response.Redirect("student/index.aspx");}else{Label3.Text="对不起,权限验证失败";}}conn.Close();ds.Clear();}文档实用标准文案}二、添加课程页面代码usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.

6、UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclassaddcourse:System.Web.UI.Page{SqlCommandmycmd;SqlConnectionconn;protectedvoidPage_Load(objectsender,EventArgse){courseid.Attrib

7、utes.Add("onblur","checkcourseid()");stringstrconn=ConfigurationManager.AppSettings["connStr"];conn=newSqlConnection(strconn);}protectedvoidButton1_Click(objectsender,EventArgse){if(courseid.Text.ToString()==""){文档实用标准文案Label7.Text="课程号不能为空";}else{stringsqlstr="";sqlstr="inser

8、tintocourse(courseid,coursename,coursetime,fen,type,teacher)v

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。