• 大小: 18.4 KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2025-01-02
  • 语言: ASP
  • 标签: 开发技术  C#  

资源简介

注册登录,信息查找,信息绑定

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;

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

    void bind()
    {
        SqlConnection conn = DB.creatconn();
        string sql = “select * from news where nid=‘“ + Request.QueryString[“nid“].ToString() + “‘“;
        conn.Open();
        SqlCommand cmd = new SqlCommand (sqlconn);
        SqlDataReader dr = cmd.ExecuteReader();
        if(dr.Read ())
        {
            xwbt.Text = dr[“nbt“].ToString();
            xwlx.Text = dr[“nlx“].ToString();
            fbz.Text = dr[“fbz“].ToString();
            llcs.Text = dr[“llcs“].ToString();
            xwnr.Text = dr[“nr“].ToString();
            dr.Close();
        }
        int cs = Convert.ToInt32(llcs.Text) + 1;
        string sql1 =“update news set llcs =‘“+cs+“‘where nid=‘“+Request.QueryString [“nid“].ToString ()+“‘“;
        cmd.CommandText = sql1;
        cmd.ExecuteNonQuery();
        conn.Close();
    
    }
    
}

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

     文件        541  2018-11-06 10:24  lhy\App_Code\DB.cs

     文件       1546  2018-11-13 11:37  lhy\ckxw.aspx

     文件       1264  2018-11-20 12:34  lhy\ckxw.aspx.cs

     文件        668  2018-11-06 11:22  lhy\Default.aspx

     文件        926  2018-11-06 10:25  lhy\Default.aspx.cs

     文件        542  2018-11-20 09:23  lhy\dhl.ascx

     文件        727  2018-11-20 10:23  lhy\dhl.ascx.cs

     文件       1128  2018-10-23 16:06  lhy\Global.asax

     文件       2686  2018-11-13 11:12  lhy\login.aspx

     文件       4234  2018-10-30 11:34  lhy\login.aspx.cs

     文件       3374  2018-10-30 10:55  lhy\main.aspx

     文件       1034  2018-10-30 10:56  lhy\main.aspx.cs

     文件        641  2018-11-20 11:44  lhy\MasterPage1.master

     文件        291  2018-11-20 11:30  lhy\MasterPage1.master.cs

     文件       1292  2018-12-03 10:43  lhy\modify.aspx

     文件       3243  2018-12-03 11:44  lhy\modify.aspx.cs

     文件       1967  2018-11-27 11:30  lhy\tssc.aspx

     文件        442  2018-11-27 11:30  lhy\tssc.aspx.cs

     文件        277  2018-10-30 10:14  lhy\web.config

     文件       1239  2018-11-27 09:43  lhy\xwgl.aspx

     文件       1351  2018-11-27 09:43  lhy\xwgl.aspx.cs

     文件       1528  2018-11-20 10:59  lhy\xwjs.aspx

     文件       1645  2018-11-20 12:35  lhy\xwjs.aspx.cs

     文件       6066  2018-11-13 11:12  lhy\zc.aspx

     文件       1428  2018-11-13 11:12  lhy\zc.aspx.cs

    ..A..H.     13824  2018-10-23 16:21  lhy\杨稳2.suo

     目录          0  2018-11-27 09:59  lhy\App_Code

     目录          0  2018-11-27 11:16  lhy

----------- ---------  ---------- -----  ----

                53904                    28

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

评论

共有 条评论