标签:
<asp:DropDownList ID="gcjd" runat="server" Width="120px" Enabled=""> //Enable="false"下拉不能被选中
<asp:ListItem Value="---请选择---" Text="---请选择---"></asp:ListItem>
<asp:ListItem Value="1" Text="1"></asp:ListItem>
<asp:ListItem Value="2" Text="2"></asp:ListItem>
<asp:ListItem Value="3" Text="3"></asp:ListItem>
</asp:DropDownList>
如图:
标签:
原文地址:http://www.cnblogs.com/FlyBird00/p/4698927.html