已有57人关注
在下拉列表里选择后在listbox中显示
发表在C#图书答疑 2011-03-16
是否精华
版块置顶:
大家好,我买了C#程序开发范例宝典,有个例子自己照编了一下,但没能调通,就是如何在下拉列表中选中班级,在listbox中显示出该班级所有学生的姓名。有高手能点拨我一下么?
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
        {
            SqlConnection conn = new SqlConnection("Server=xx;Initial Catalog=xy;Persist Security Info=True;uid=sa;pwd=;");
            conn.Open();
            SqlCommand com = new SqlCommand("select 姓名 from xinxi where 班级=DropDownList1.Text", conn);
            SqlDataReader dr = com.ExecuteReader();
            while (dr.Read())
            {
                this.ListBox1.Items.Add(dr[1].ToString());
            }
            conn.Close();
        }
分享到:
精彩评论 1
神也是人
学分:0 LV1
TA的每日心情
无聊
2022-01-15 22:37:24
2011-03-16
沙发
//下面这句sql语句有点问题,班级=DropDownList1.Text应该改为:班级='"+'DropDownList1.Text+"
SqlCommand com = new SqlCommand("select 姓名 from xinxi where 班级=DropDownList1.Text", conn);
//在下面的代码中,将1改为0
while (dr.Read())
{
   this.ListBox1.Items.Add(dr[1].ToString());
}
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照