Вопрос

I am looking for a Mulitple select dropdown list in asp.net where on select of one item other control also gets populated. I do not want to use 3rd party tool, suggest a control using Jquery or any thing else.

Это было полезно?

Решение

Use List box for multiple selection:

<asp:ListBox ID="ListBox1" runat="server" SelectionMode="Multiple" Rows="1"></asp:ListBox>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top