• 大小: 928KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-13
  • 语言: 其他
  • 标签:

资源简介

第一次上传的那个只是一个模板,这次上传的是在Vs2008下又做的,在原来的基础上改进了许多,当然最主要的是现实了更加完善的功能,以后在上传东西,我会尽量先上传模板,然后让编程爱好者自己从模板中修改,成为自己的东西,然后经过多次测试后,再把几乎没有bug的网站上传上来,你要是花费3天的时间可以把这个网站看懂80%,我想你一定会学到很多的东西,不啰嗦了,只有自己亲身体验才知道...呵呵

资源截图

代码片段和文件信息

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 Edit : System.Web.UI.Page
{
    string id;
    
      
    protected void Page_Load(object sender EventArgs e)
    {
         id= Request.QueryString[“Emp_id“].ToString();
         SqlConnection conn = new SqlConnection();
         ConnectionStringSettings setting = ConfigurationManager.ConnectionStrings[“SqlConnectionString“];
         conn.ConnectionString = setting.ConnectionString;
        
          if (Page.IsPostBack==false)
         {
            
             SqlCommand cmd = new SqlCommand(“select * from Emp where Emp_id=‘“ + id + “‘“ conn);
             conn.Open();
             SqlDataReader dr = cmd.ExecuteReader();
             while (dr.Read())
             {
                 this.loginname.Text = dr[1].ToString();
                 this.name.Text = dr[3].ToString();
                 this.duty.Text = dr[4].ToString();
                 this.phone.Text = dr[7].ToString();
                 this.mobilephone.Text = dr[6].ToString();
                 this.email.Text = dr[5].ToString();
                 this.jb.Text = dr[8].ToString();

             }
             dr.Close();
             conn.Close();
         }

    }
    protected void btCancel_Click(object sender EventArgs e)
    {
        this.loginname.Text = string.Empty;
        this.name.Text =  string.Empty;
        this.duty.Text =  string.Empty;
        this.phone.Text =  string.Empty;
        this.mobilephone.Text = string.Empty;
        this.email.Text =  string.Empty;
        this.jb.Text = string.Empty;
    }
    protected void btOK_Click(object sender EventArgs e)
    {
        SqlConnection conn = new SqlConnection();
        ConnectionStringSettings setting = ConfigurationManager.ConnectionStrings[“SqlConnectionString“];
        conn.ConnectionString = setting.ConnectionString;
        conn.Open();
        SqlCommand cmd = new SqlCommand(“updateemp“conn);
        cmd.CommandType = CommandType.StoredProcedure;
        cmd.Parameters.Add(new SqlParameter(“@Emp_login“SqlDbType.VarChar50 ));
        cmd.Parameters.Add(new SqlParameter(“@Name“SqlDbType.VarChar 50));
        cmd.Parameters.Add(new SqlParameter(“@Duty“SqlDbType.VarChar 50));
        cmd.Parameters.Add(new SqlParameter(“@Email“SqlDbType.VarChar 50));
        cmd.Parameters.Add(new SqlParameter(“@Mobile_tell“SqlDbType.VarChar 50));
        cmd.Parameters.Add(new SqlParameter(“@Work_tell“SqlDbType .VarChar 50));
        cmd.Parameters.Add(new SqlParameter(“@Jb“SqlDbType.Int));
        cmd.Parameters.Add(new  SqlParameter (“@Emp_id“SqlDbType.Int ));

        cmd.Parameters

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

     文件    3145728  2010-04-28 01:06  员工绩效考核系统\App_Data\yejikaohe.mdf

     文件    1048576  2010-04-28 01:06  员工绩效考核系统\App_Data\yejikaohe_log.ldf

     文件       8681  2010-04-30 13:07  员工绩效考核系统\Edit.aspx

     文件       4042  2010-04-30 13:07  员工绩效考核系统\Edit.aspx.cs

     文件        766  2010-04-27 13:08  员工绩效考核系统\Enter.htm

     文件      47831  2010-04-08 23:21  员工绩效考核系统\Image\1_副本.jpg

     文件       1697  2010-03-24 00:34  员工绩效考核系统\Image\chaxun_.jpg

     文件       2116  2010-03-24 00:36  员工绩效考核系统\Image\lindao.jpg

     文件       1472  2010-03-24 00:36  员工绩效考核系统\Image\point_.jpg

     文件       1672  2010-03-24 00:37  员工绩效考核系统\Image\xinxi.jpg

     文件       2051  2010-03-24 00:33  员工绩效考核系统\Image\修改.jpg

     文件       1166  2010-04-26 16:45  员工绩效考核系统\inc\1.css

     文件        877  2010-04-28 00:54  员工绩效考核系统\inc\bottom.ascx

     文件        418  2010-03-23 00:46  员工绩效考核系统\inc\bottom.ascx.cs

     文件       1245  2010-04-29 14:33  员工绩效考核系统\inc\headl.ascx

     文件        841  2010-04-28 08:10  员工绩效考核系统\inc\headl.ascx.cs

     文件       3113  2010-04-26 23:23  员工绩效考核系统\inc\left.ascx

     文件        416  2010-03-23 00:54  员工绩效考核系统\inc\left.ascx.cs

     文件      18587  2008-08-10 21:58  员工绩效考核系统\js\calendar.js

     文件        440  2010-04-29 20:56  员工绩效考核系统\limit.aspx

     文件        603  2010-04-28 01:55  员工绩效考核系统\limit.aspx.cs

     文件       3039  2010-04-29 20:56  员工绩效考核系统\Login.aspx

     文件       2192  2010-04-28 08:12  员工绩效考核系统\Login.aspx.cs

     文件      11846  2010-04-30 12:51  员工绩效考核系统\main\addemp.aspx

     文件       3564  2010-03-27 20:32  员工绩效考核系统\main\addemp.aspx.cs

     文件       3358  2010-04-26 19:18  员工绩效考核系统\main\additem.aspx

     文件       2277  2010-03-26 00:14  员工绩效考核系统\main\additem.aspx.cs

     文件       6022  2010-03-29 05:35  员工绩效考核系统\main\addlog.aspx

     文件       3069  2010-03-29 10:15  员工绩效考核系统\main\addlog.aspx.cs

     文件       3535  2010-03-27 22:05  员工绩效考核系统\main\alterpassword.aspx

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

评论

共有 条评论

相关资源