摘要: 后台程序:public partial class tw2 : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { this.createdb(); } } private void createdb() { SqlConnection cn = new SqlConnection("server=.;database=zhang;uid=sa;pwd=410"); //(Data Source =服务器;Initial Cata 阅读全文
posted @ 2013-07-12 09:09 努力实现目标 阅读(367) 评论(0) 推荐(0) 编辑