怎样才能使下拉控件与日期控件结合起来使用啊
具体是我点下拉列表,然后底下弹出日期控件,选择日期,选好后呈现在下拉列表里是不是要从写一个类啊,有什么方法或途径,请高手指点一下

解决方案 »

  1.   

    <EditStyle Width="100px"></EditStyle>
    <ClientSideEvents EditKeyDown="keyEnter(9)" ValueChanged="DateOfBirth_ValueChanged"></ClientSideEvents>
    <CalendarLayout MinDate="1970-01-01" FooterFormat="&lt;img src='untitled.gif' width=16 height=16 align=absmiddle  /&gt; 今日: {0:d}" MaxDate="2050-12-31" PrevMonthImageUrl="ig_cal_blueP0.gif" ShowTitle="False" NextMonthImageUrl="ig_cal_blueN0.gif">
    <DayStyle BorderWidth="1px" BorderColor="SteelBlue" BorderStyle="Solid" BackgroundImage="ig_cal_blue3.gif"></DayStyle>
    <FooterStyle Height="16pt" Font-Size="8pt" ForeColor="#505080" BackgroundImage="ig_cal_blue2.gif"></FooterStyle>
    <SelectedDayStyle ForeColor="White" BackgroundImage="ig_cal_blue2.gif"></SelectedDayStyle>
    <OtherMonthDayStyle ForeColor="SlateGray"></OtherMonthDayStyle>
    <NextPrevStyle BackgroundImage="ig_cal_blue1.gif"></NextPrevStyle>
    <CalendarStyle BorderWidth="1px" Font-Size="9pt" Font-Names="Verdana" BorderColor="SteelBlue" BorderStyle="Solid" BackColor="#CCDDFF"></CalendarStyle>
    <TodayDayStyle BackgroundImage="ig_cal_blue1.gif"></TodayDayStyle>
    <DayHeaderStyle Height="1pt" Font-Size="8pt" Font-Bold="True" ForeColor="#606090" BackgroundImage="ig_cal_blue2.gif"></DayHeaderStyle>
    <TitleStyle Height="18pt" Font-Size="10pt" Font-Bold="True" ForeColor="#505080" BackgroundImage="ig_cal_blue1.gif" BackColor="#CCDDFF"></TitleStyle>
    </CalendarLayout>
    <ExpandEffects ShadowColor="LightGray" Type="Fade" Duration="500"></ExpandEffects>
    </igsch:webdatechooser>