• 大小: 1.5MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-22
  • 语言: C#
  • 标签: asp.net  学生公寓  

资源简介

自己认为还不错的产品,有问题的联系

资源截图

代码片段和文件信息

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;
using pa;
public partial class system_adduser : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
        if (!IsPostBack)
        {
            if (Request[“cz“] == “edit“)
            {
                edit();

            }
            if (Request[“cz“] == “del“)
            {
                del();
            }
        }

    }


    public  void edit()
    {
          string sql = “select * from yezhu where id = “ + Request[“id“] + ““;


        DataTable dt = DBHelper.ExecuteTable(CommandType.Text sql null);
        if (dt != null)
        {
            if (dt.Rows.Count > 0)
            {
                

                this.TextBox1.Text = dt.Rows[0][“YZName“].ToString();
                this.TextBox2.Text = dt.Rows[0][“Sex“].ToString();
                this.TextBox3.Text = dt.Rows[0][“BirthDate“].ToString();
                this.TextBox4.Text = dt.Rows[0][“shenfen“].ToString();
                this.TextBox5.Text = dt.Rows[0][“BuildingID“].ToString();
                this.TextBox6.Text = dt.Rows[0][“FloorID“].ToString();
                this.TextBox7.Text = dt.Rows[0][“RoomID“].ToString();
                this.TextBox8.Text = dt.Rows[0][“Fangwuxingzhi“].ToString();
                this.TextBox9.Text = dt.Rows[0][“Fangwuleixing“].ToString();
                this.TextBox10.Text = dt.Rows[0][“BuildingArea“].ToString();
                this.TextBox11.Text = dt.Rows[0][“UsefulArea“].ToString();
                this.TextBox12.Text = dt.Rows[0][“TelNumber“].ToString();
                this.TextBox13.Text = dt.Rows[0][“HomeTel“].ToString();
                this.TextBox14.Text = dt.Rows[0][“MoveInDate“].ToString();
                this.TextBox15.Text = dt.Rows[0][“zhuangtai“].ToString();

                 this.TextBox15.Text = dt.Rows[0][“Remark“].ToString();
















            }


        }


     }





    public void del()
    {

        ado bc = new ado();



        string sql1 = “delete  from yezhu where id = “ + Request[“id“] + ““;


         bc.sql(sql1);
       
            Response.Redirect(“ygl.aspx“);

       


    }




    protected void Button1_Click(object sender EventArgs e)
    {



        ado bc = new ado();



        string sql1 = “update yezhu set YZName =‘“ + this.TextBox1.Text + “‘Sex=‘“ + this.TextBox2.Text + “‘BirthDate =‘“ + this.TextBox3.Text + “‘shenfen=‘“ + this.TextBox4.Text + “‘BuildingID=‘“ + this.TextBox5.Text + “‘FloorID=‘“ + this.TextBox6.Text + “‘RoomID=‘“ + this.TextBox7.Text + “‘Fangwuxingzhi=‘“ + this.Te

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

     文件       3633  2011-01-31 22:41  学生宿舍管理系统\App_Code\ado.cs

     文件       3930  2011-01-07 22:38  学生宿舍管理系统\App_Code\Config.cs

     文件       1602  2009-09-12 21:33  学生宿舍管理系统\App_Code\DBConn.cs

     文件        632  2009-09-14 21:22  学生宿舍管理系统\App_Code\del.cs

     文件        923  2009-08-01 20:18  学生宿舍管理系统\App_Code\js.cs

     文件       3008  2011-05-16 22:52  学生宿舍管理系统\App_Code\quanxian.cs

     文件       2924  2009-11-30 23:51  学生宿舍管理系统\App_Code\sql.cs

     文件      36864  2007-10-03 00:06  学生宿舍管理系统\bin\FredCK.FCKeditorV2.dll

     文件         54  2010-05-14 16:20  学生宿舍管理系统\bin\FredCK.FCKeditorV2.dll.refresh

     文件      11776  2011-05-03 20:27  学生宿舍管理系统\bin\pa.dll

     文件       7932  2012-03-04 11:55  学生宿舍管理系统\edityz.aspx

     文件       4163  2012-03-04 11:56  学生宿舍管理系统\edityz.aspx.cs

     文件        935  2011-05-19 20:21  学生宿舍管理系统\er.aspx

     文件        447  2011-05-11 20:36  学生宿舍管理系统\er.aspx.cs

     文件        236  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\behaviors\disablehandles.htc

     文件        822  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\behaviors\showtableborders.htc

     文件       2040  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\fck_editorarea.css

     文件       2549  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\fck_internal.css

     文件       1514  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\fck_showtableborders_gecko.css

     文件        184  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\images\fck_anchor.gif

     文件        599  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\images\fck_flashlogo.gif

     文件        105  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\images\fck_hiddenfield.gif

     文件         54  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\css\images\fck_pagebreak.gif

     文件        439  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\fcknumericfield.htc

     文件       1662  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\fck_dialog_common.css

     文件       4106  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\fck_dialog_common.js

     文件         74  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\images\locked.gif

     文件        104  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\images\reset.gif

     文件         75  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\images\unlocked.gif

     文件        711  2009-12-16 10:45  学生宿舍管理系统\Fckeditor\editor\dialog\common\moz-bindings.xml

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

评论

共有 条评论