Visual Studio 2005 是很好用的一個工具,不過,好用的功能也得會用才行 = ="
以往在設定DropDownList(html tag:select)選項的時候…
都是認命的寫一個迴圈每一個item(html tag:option)去找符合的字串,再指定對應的index
(我只會用這個,別吵!!)
現在用一行語法就搞定啦!
Dim oDDL As DropDownList = 要指定index的DropDownList oDDL.SelectedIndex = oDDL.Items.IndexOf(oDDL.Items.FindByValue(符合的字串));
打完,收工!
沒有留言:
張貼留言