我想在asp.net中自动选择2个下拉列表项

时间:2018-02-20 18:22:51

标签: asp.net

以下是我们点击droppdown时默认选中的仅下拉菜单中的下拉代码,但我想从下拉列表中选择2个项目。

<asp:DropDownList runat="server" ID="dd1" >
    <asp:ListItem Text="Male"></asp:ListItem>
    <asp:ListItem Text="Female"  Value="2"></asp:ListItem>
    <asp:ListItem Text="yes" Value="3"></asp:ListItem>
    <asp:ListItem Text="no" Value="4"></asp:ListItem>
    <asp:ListItem Text="hello" Value="5"></asp:ListItem>
</asp:DropDownList>

0 个答案:

没有答案