我要獲取的下拉框是Repeater里遍歷出來(lái)的。
2 回答

紅顏莎娜
TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超13個(gè)贊
foreach (var item in this.Form.Controls)
{
if (item is DropDownList)
{
}
}
- 2 回答
- 0 關(guān)注
- 482 瀏覽
添加回答
舉報(bào)
0/150
提交
取消