jqueryを使用してリストボックスに存在するすべてのリストアイテムを取得したいのですが、選択されているかどうかは関係ありません。
これが私のクライアント側のスクリプトです:
<asp:ListBox ID="lstSelected" runat="server" SelectionMode="Multiple" Rows="10">
<asp:ListItem Value="Employee_OID">EID</asp:ListItem>
<asp:ListItem Value="EmpID">Emp ID</asp:ListItem>
<asp:ListItem Value="Employee_Name">Name</asp:ListItem>
</asp:ListBox>