随笔分类 -  重要代码片断

重要代码片断
摘要:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.We... 阅读全文
posted @ 2007-09-22 00:00 星空竹月 阅读(370) 评论(0) 推荐(0)
摘要:这个问题我以前也已经注意过了,但是都没得到解决,今天在网站找了很多资料,最主要的是得到一个网友的帮助,让我解决了一直困扰我的难题。 前台代码:ASPX 无标题页 后台代码:CS using System; using System.Data... 阅读全文
posted @ 2007-09-09 04:20 星空竹月 阅读(749) 评论(1) 推荐(0)
摘要: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... 阅读全文
posted @ 2007-07-26 20:44 星空竹月 阅读(4479) 评论(1) 推荐(0)