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で複数の選択ドロップダウンリストを探しています.1つのアイテムを選択すると、他のコントロールも入力されます。サードパーティのツールを使用したくないので、Jquery などを使用したコントロールを提案します。
複数選択にはリスト ボックスを使用します。
<asp:ListBox ID="ListBox1" runat="server" SelectionMode="Multiple" Rows="1"></asp:ListBox>