随笔分类 - 重要代码片断
重要代码片断
摘要:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.We...
阅读全文
摘要:这个问题我以前也已经注意过了,但是都没得到解决,今天在网站找了很多资料,最主要的是得到一个网友的帮助,让我解决了一直困扰我的难题。 前台代码:ASPX 无标题页 后台代码:CS using System; using System.Data...
阅读全文
摘要:SqlConnection sqlcon; string strCon = "Data Source=(local);Database=db_11;Uid=sa;Pwd="; string sqlstr = "select id,mima from tb_Member111 where id='" + this.TextBox2.Text.Trim() + "' and...
阅读全文

浙公网安备 33010602011771号