droplist.Items.Insert(0, new ListItem(""""));解决方案

droplist.Items.Insert(0, new ListItem(,))为什么插入不进去啊?运行时跟踪局部变量里面是有的,但显

droplist.Items.Insert(0, new ListItem("",""));
为什么插入不进去啊?运行时跟踪局部变量里面是有的,但显示的时候没有这项

[解决办法]
看看你代码放的位置是不是不正确。
[解决办法]
绑顶之后在插入此代码