用ASP.NET写你自己的代码生成器(c#)

- 编辑:admin -

用ASP.NET写你自己的代码生成器(c#)

System.EventArgs e) { try { m_Scon.ConnectionString = "user;password="+this.txtPassword.Text+ ";initial catalog="+this.DropDownList3.SelectedItem.Text+ ";data source="+this.txtServerName.Text; SqlCommand m_Scmd = new SqlCommand("sp_tables", System.EventArgs e) { if(this.DropDownList1.SelectedIndex!=-1) { string TableName = this.DropDownList1.SelectedItem.Value; string m_LayOut = "";