我想從這樣的選擇多個框中獲取值,但'For Each Item in box'中的斷點是什麼都沒有,我做錯了什麼?請指點,謝謝:Request.Form HTML +選擇多個框值
Dim box = Request.Form("outletToBox")
For Each item In box
Dim abc As String = item.ToString
Dim cdf As String = abc
Next
我的選擇框:
<select multiple size="8" style="width: 135px" runat="server" onblur="selectAll(this, true, document.getElementById('<%#uilblDestinationQualOutlet.ClientID%>'))"
id="outletToBox" onclick="return outletToBox_onclick()">
</select>
你爲什麼標記這個問題「C#」,當它清楚*不* C#? –
Opps..my錯誤。 – k80sg
假設您已在其他地方添加了值是否安全?如果是這樣,你可以發佈你的代碼來執行人口? –