Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 asp.net 中寻找一个多重选择下拉列表,其中在选择一项时,其他控件也会被填充。我不想使用 3rd 方工具,建议使用 Jquery 或其他任何东西进行控制。
使用列表框进行多选:
<asp:ListBox ID="ListBox1" runat="server" SelectionMode="Multiple" Rows="1"></asp:ListBox>