猿问

.net后台获取页面下拉框数量

如题。。。。。

红糖糍粑
浏览 548回答 2
2回答

守着一只汪

foreach (var item in this.Form.Controls)   {    if (item is DropDownList)    {         }   }
随时随地看视频慕课网APP
我要回答