资源简介
注册登录,信息查找,信息绑定
代码片段和文件信息
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个文件信息
- 上一篇:阿里云短信接口Demo_For Asp
- 下一篇:没有了
相关资源
- Aspose.Words 18.7破解版本,含.net core版本
- Aspose.word.dll文件,修复The document app
- Aspose.Cellsdll 18.4+demo.zip 支持Excel各种
- 医药进销存管理系统源码
- 网上订餐系统源码
- 排课系统C#&ASP;.net内有三个样本
- Net.asp BLL+DAL+Web实现三层架构,自带增
- 水污染扩散模型共享平台
- Cracking Digital VLSI Verification Interview:
- 腾飞在线小说网源码(附带需求分析
- 微信公众号支付Dome项目刚上线,把
- 用ASP写的电子购物网站
- 仿淘宝网Asp项目
- Aspose.Words
- Asp与ajax前后端交互
- 手表销售系統(。NET版)
- 多列组合框控件MultiColumnComboBoxEx(1
- aspose.cells 最新破解版
- 员工绩效考核系统源码
- (2018.11最新破解版)Aspose.Words 18.11破
- Aspose插件与pdf2swf与flashpaper弄的在线浏
- aspose.word.dll for 18.4.zip,项目亲测,无
- C#开发英语字典
- 东东堂返利网源码
- mvc5身份认证 MvcIdentity
- C# 超市管理系统(asp.net)
- C# 隐藏文件夹
- ASP在线考试系统(带源码)
评论
共有 条评论