• 大小: 481KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-05-18
  • 语言: C#
  • 标签:

资源简介

用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.OleDb;

public partial class adminicourse : System.Web.UI.Page
{
    
    
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {
            Bind();
        }
    }



    void Bind()
    {

        dg.DataSource = DB1.CreateDataSet(“Select cidcnametname from courseteacher where course.tid=teacher.tid order by cid asc“);
        dg.DataBind();
    
    }




    //protected void btndelete_Click(object sender EventArgs e)
    //{

    //    //  foreach(DataGridItem item in dg.Items)
    //    //{
    //    //  CheckBox cb = (CheckBox)(item.FindControl(“cbtable“));
    //    //  if (cb.Checked)
    //    //  {
    //    //      string cid = Convert.ToString(dg.DataKeys[item.ItemIndex]);
    //    //      string sql = “delete from course where cid = ‘“+ cid +“‘“;
    //    //      int ret = DB1.ExecSql(sql);
    //    //      if (ret <= 0)
    //    //      {
    //    //          Response.Write(“ript>alert(‘删除失败‘)ript>“);
    //    //      }
    //    //      else 
    //    //      {
    //    //          Response.Write(“ript>alert(‘删除成功‘)ript>“);
              
    //    //      }

    //    //  }
    //    //  DeleteNotice(dg);
    //    //  Bind();
          
          
          
          
          
          
    //      }
     
    //    //foreach (DataGridItem item in dg.Items)
    //    //{   int count = 0;
    //    //    CheckBox cb=(CheckBox)(item.FindControl(“cbtable“));
    //    //    if (cb.Checked) 
    //    //    {  string cid;
    //    //        cid=Convert.ToString(dg.DataKeys[item.ItemIndex]);
    //    //        string sql = “delete from course where cid=‘“+cid+“‘“;
    //    //        int ret = DB1.ExecSql(sql);
    //    //        if (ret <= 0)
    //    //        {
    //    //            Response.Write(“ript> alert(‘删除失败‘) ript>“);
    //    //        }
    //    //        else
    //    //        {
    //    //             Response.Write(“ript> alert(‘删除成功‘) ript>“);
    //    //        }
           
    //    //    }
    //    //    if( item.ItemType == ListItemType.Item || item.ItemType == ListItemType.AlternatingItem )
    //    //         {
    //    //                 CheckBox ckbox = item.FindControl(“cdtable“ ) as CheckBox;
    //    //                 if( ckbox != null && ckbox.Checked )
    //    //                         ++ count;
    //    //         }
    //    //    if (count == dg.Items.Count && dg.CurrentPageIndex > 0)
    //    //        {
    //    //             --dg.CurrentPageIndex;
    //    //        }
    //    //        Bind();   
                

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2732  2010-05-23 14:03  选课系统\adminicourse.aspx

     文件       2731  2010-05-23 14:03  选课系统\administudent.aspx

     文件       5678  2010-01-13 22:26  选课系统\administudent.aspx.cs

     文件       2730  2010-05-23 14:03  选课系统\adminiteacher.aspx

     文件       5700  2010-01-14 09:56  选课系统\adminiteacher.aspx.cs

     文件       4643  2010-01-03 16:34  选课系统\changepassword.aspx

     文件       3194  2010-01-03 16:37  选课系统\changepassword.aspx.cs

     文件     561152  2010-05-23 14:07  选课系统\choose.mdb

     文件       1459  2010-02-04 15:33  选课系统\Connect.aspx

     文件        413  2009-11-18 15:16  选课系统\Connect.aspx.cs

     文件        403  2010-01-09 10:56  选课系统\frame.htm

     文件        690  2010-05-23 14:06  选课系统\guide.htm

     文件       2664  2010-01-18 10:00  选课系统\help.aspx

     文件        405  2010-01-14 16:01  选课系统\help.aspx.cs

     文件       2748  2010-01-07 15:21  选课系统\lookmenu.aspx.cs

     文件       2942  2010-02-08 14:18  选课系统\managenotice.aspx

     文件       3000  2010-01-15 20:24  选课系统\managenotice.aspx.cs

     文件       3377  2009-11-29 15:58  选课系统\menter.aspx

     文件       1276  2010-01-09 10:56  选课系统\menter.aspx.cs

     文件       2456  2010-05-23 09:19  选课系统\notice.aspx

     文件       1662  2010-02-08 14:15  选课系统\notice.aspx.cs

     文件       4998  2010-02-05 14:02  选课系统\student.aspx

     文件       3512  2010-02-04 15:15  选课系统\student.aspx.cs

     文件       3347  2010-01-06 09:25  选课系统\teacher.aspx

     文件       1547  2010-01-07 09:27  选课系统\teacher.aspx.cs

     文件       3294  2009-11-29 15:43  选课系统\tenter.aspx

     文件       1357  2010-01-06 10:00  选课系统\tenter.aspx.cs

     文件       2537  2010-01-18 14:30  选课系统\title.ascx

     文件       9357  2010-03-09 21:36  选课系统\adminicourse.aspx.cs

     文件       2977  2010-05-23 09:21  选课系统\lookmenu.aspx

............此处省略24个文件信息

评论

共有 条评论

相关资源