楼主:
LeeYK (一拳打死牛)
2015-03-17 18:18:33在此请问各位
我想要做一个利用学生名单系统,并利用dropdownlist来筛选班级
protected void Dropdownlist_SelectIndexChanged(object sender, EventArgs e)
{
Sqldatasouce.SelectCommand = "<Select 函数式>"
Sqldatasouce.Update();
}
结果我在此程式下中断点发现,即使dropdownlist有更动,也没有跑入此程式
请各位大大指引解决方向,感激!