gpt4 book ai didi

asp.net - 使用 ASP.NET 和 C# 在 DropDownList 中选择多个值

转载 作者:行者123 更新时间:2023-12-02 09:04:15 25 4
gpt4 key购买 nike

使用 ASP.NET 和 C# 在 DropDownList 中选择多个值。我尝试从下拉列表中选择单个值,但找不到多个选择。

最佳答案

在这种情况下,您应该使用 ListBox 控件而不是下拉列表,并将 SelectionMode 属性设置为 Multiple

<asp:ListBox runat="server" SelectionMode="Multiple" >
<asp:ListItem Text="test1"></asp:ListItem>
<asp:ListItem Text="test2"></asp:ListItem>
<asp:ListItem Text="test3"></asp:ListItem>
</asp:ListBox>

关于asp.net - 使用 ASP.NET 和 C# 在 DropDownList 中选择多个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18824638/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com