77范文网 - 专业文章范例文档资料分享平台

课程设计在线学习系统的设计与实现(6)

来源:网络收集 时间:2019-04-23 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:或QQ: 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

课程设计在线学习系统

} else {

Common.ShowMessage(this.Page, \对不起,您提供的工号或学号不存在!\, \); } }

#endregion

protected void DropDownList_type_SelectedIndexChanged(object sender, EventArgs e) {

if (DropDownList_type.SelectedValue == \教师\) {

lb_code.Text = \工号:\; } else {

lb_code.Text = \学号:\; } }

4.2系统登录

截图与主要代码:

protected void ImageButton1_Click(object sender, ImageClickEventArgs e) {

SqlConnection cn = DB.OpenConnection();

string user = Common.UrnHtml(txt_user.Text.Trim()); string pwd =

22

课程设计在线学习系统

FormsAuthentication.HashPasswordForStoringInConfigFile(txt_pwd.Text, \);

string sql = \ + user + \X_Manager_Pwd='\ + pwd + \;

SqlDataReader dr = DB.getDataReader(sql,cn); if (AuthCode1.IsMatch) {

if (dr.Read()) {

if (dr[\].ToString() == \未审核\) {

Common.ShowMessage(Page, \对不起,您的帐号暂时未审核通过!\,\); } else {

HttpCookie cookies;

cookies = new HttpCookie(\); cookies.Values.Add(\, HttpUtility.UrlEncode(this.txt_user.Text.Trim())); cookies.Values.Add(\, HttpUtility.UrlEncode(dr[\].ToString()));

cookies.Expires = DateTime.Now.AddHours(24);//1天有效24小时 Response.Cookies.Set(cookies);//存储!~ dr.Close(); dr.Dispose();

DB.DisposeConnection(cn);

Response.Redirect(\); } } else {

dr.Close(); dr.Dispose();

DB.DisposeConnection(cn);

Common.ShowMessage(Page, \登陆失败,请检查用户名及密码是否正确!\, \);

} } else {

dr.Close(); dr.Dispose();

DB.DisposeConnection(cn);

23

课程设计在线学习系统

Common.ShowMessage(Page, \验证码错误\, \); } }

注:以下模块均以教师角色登录,由于其他角色功能操作代码与教师操作功能代码模式相同,在此仅列出教师功能模块代码:

4.3在线交流

截图与主要代码:

public static string sqltxt = \; public static string cmdtxt2 = \; protected void Page_Load(object sender, EventArgs e) {

if (!IsPostBack) {

Get_Pager_Data();//获取列表数据 } }

24

课程设计在线学习系统

void Get_Pager_Data() {

SqlConnection cn = DB.OpenConnection();

SqlCommand cmd0 = new SqlCommand(cmdtxt2, cn); AspNetPager1.AlwaysShow = true; AspNetPager1.PageSize = 14;

AspNetPager1.RecordCount = (int)cmd0.ExecuteScalar(); cn.Close(); Get_Data(); }

protected void AspNetPager1_PageChanging(object src, Wuqi.Webdiyer.PageChangingEventArgs e) {

AspNetPager1.CurrentPageIndex = e.NewPageIndex; Get_Data(); }

void Get_Data()//绑定数据 {

SqlConnection cn=DB.OpenConnection();

SqlCommand cmd=new SqlCommand (sqltxt,cn); SqlDataAdapter da = new SqlDataAdapter(cmd); DataSet ds = new DataSet();

da.Fill(ds, AspNetPager1.PageSize * (AspNetPager1.CurrentPageIndex - 1), AspNetPager1.PageSize, \);

DataView dv = ds.Tables[\].DefaultView; this.Repeater1.DataSource = dv; this.Repeater1.DataBind(); }

protected void Button1_Click(object sender, EventArgs e)//提交信息 {

string user = \;

if (Request.Cookies[\] != null) {

if (Request.Cookies[\][\] != null) {

user =

HttpUtility.UrlDecode(Request.Cookies[\][\].ToString()); DB.ExecuteSql(\

X_Message(X_Message_Content,X_Message_Author)values('\+txt_content.Text+\+user+\);

25

课程设计在线学习系统

Get_Pager_Data(); } else {

Response.Redirect(\); } } else {

Response.Redirect(\); } }

4.4课设管理

截图与主要代码:

public static string sqltxt = \; public static string cmdtxt2 = \; protected void Page_Load(object sender, EventArgs e) {

if (!IsPostBack) {

26

百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库课程设计在线学习系统的设计与实现(6)在线全文阅读。

课程设计在线学习系统的设计与实现(6).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.77cn.com.cn/wenku/zonghe/621047.html(转载请注明文章来源)
Copyright © 2008-2022 免费范文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ: 邮箱:tiandhx2@hotmail.com
苏ICP备16052595号-18
× 注册会员免费下载(下载后可以自由复制和排版)
注册会员下载
全站内容免费自由复制
注册会员下载
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: