次の日付ドロップダウンリスト オプションがあります。
<asp:DropDownList id="eventsDate" runat="server">
<asp:ListItem Value="04/31/2012">Apr 31, 2012</asp:ListItem>
<asp:ListItem Value="05/21/2012">May 21, 2012</asp:ListItem>
<asp:ListItem Value="07/22/2012">Jul 22, 2012</asp:ListItem>
<asp:ListItem Value="10/16/2012">Oct 16, 2012</asp:ListItem>
<asp:ListItem Value="11/12/2012">Nov 12, 2012</asp:ListItem>
<asp:ListItem Value="12/18/2012">Dec 18, 2012</asp:ListItem>
</asp:DropDownList>
ドロップダウンのいずれかの日付が今日の日付より前の場合は、非表示にします。
たとえば、今日は 2012 年 4 月 26 日です。ドロップダウン リストの最初の日付が 2012 年 4 月 25 日であるとすると、ドロップダウン リストには表示されません。
空白を描いています。