摘要: //下拉列表protected void Page_Load(object sender, EventArgs e) { SqlConnection myConnection = new SqlConnection("Data Source=.;Initial Catalog=H;User ID=sa");SqlDataAdapter myCommand = new SqlDataAdapter(... 阅读全文