Is it possible to select multiple items from a listbox without needing to press the CTRL key by using javascript?
<asp:ListBox ID="Satellites" runat="server" AppendDataBoundItem="true" AutoPostBack="true" onchange='GetValueSatellite();' Width="400px" SelectionMode="Multiple"></asp:ListBox>