1. 首页
  2. 编程语言
  3. C#
  4. 课程信息查询

课程信息查询

上传者: 2019-02-21 03:50:46上传 RAR文件 1.08MB 热度 18次
查询功能代码(包括普通查询和全部查询):protected void Button2_Click(object sender, EventArgs e) { DataSet ds = new DataSet(); DataBS(ds, strsql); GridView1.DataSource = ds.Tables["table"]; GridView1.DataBind(); DropDownList1.SelectedValue = "不限"; DropDownList2.Select
用户评论