日期:2014-05-17 浏览次数:20364 次
int i = Convert.ToInt32(DropDownList1.SelectedValue); //居然说我DropDownList1里面没有值? //在这之前我已经给DropDownList1绑定值的了 DropDownList1.Items.Add(new ListItem(classname, classid)); //页面一显示DropDownList1里面是有值的、