私はドロップダウンリストを持っていると私はID:ListItemの
<asp:DropDownList id="ATime" runat="server" CssClass="form-control">
<asp:ListItem>--Select--</asp:ListItem>
<asp:ListItem>8AM-2PM</asp:ListItem>
<asp:ListItem>9AM-5PM</asp:ListItem>
<asp:ListItem>6PM-12AM</asp:ListItem>
<asp:ListItem>3PM-9PM</asp:ListItem>
<asp:ListItem>Other</asp:ListItem>
</asp:DropDownList>
なぜそれが必要ですか?そして、 'ListItem'は' Text'と 'Value'プロパティを持っていますので、それらを使うことができます:' asp:ListItem> ' –
VDWWD