摘要: using System; 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; ... 阅读全文
posted @ 2013-10-13 12:12 侯伟东 阅读(203) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.... 阅读全文
posted @ 2013-10-13 11:47 侯伟东 阅读(414) 评论(0) 推荐(0) 编辑
摘要: private void sdr() { SqlConnection conn = new SqlConnection("data source=(local);database=yiqi;uid=monkey;pwd=donkey"); conn.Open(); SqlCommand comm = new SqlCommand("se... 阅读全文
posted @ 2013-10-13 11:33 侯伟东 阅读(255) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Data.SqlClient; namespace ... 阅读全文
posted @ 2013-10-13 09:13 侯伟东 阅读(243) 评论(0) 推荐(0) 编辑