Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
WebDateChooser is not working inside webpanel
posted

Hello All,

I am using WebDatechooser which is there inside webpanel,. but i am not able to select  date from sunday to wednesday, remaing days are i m able to select.

My Code is below.

<igsch:WebDateChooser ID="dtStartDate" MinDate="1/1/2005" Width="100px" runat="server" NullDateLabel=" " Height="19px" Font-Size="8pt" Font-Names="Verdana" DropDownAlignment="Right" CalendarLayout-DayNameFormat="FirstTwoLetters">

 <EditStyle Width="90px"></EditStyle>

 <CalendarLayout MaxDate="" ShowTitle="False">

 <DayStyle Font-Size="X-Small"></DayStyle>

 <FooterStyle Font-Size="X-Small" BackColor="WhiteSmoke">

 <Padding Bottom="3px" Left="3px" Top="3px" Right="3px"></Padding>

 </FooterStyle>

 <SelectedDayStyle ForeColor="HighlightText"></SelectedDayStyle>

 <OtherMonthDayStyle ForeColor="#E0E0E0"></OtherMonthDayStyle>

 <NextPrevStyle BorderWidth="1px" BorderStyle="Outset"></NextPrevStyle>

 <TodayDayStyle BackColor="White"></TodayDayStyle>

 <DropDownStyle Font-Size="X-Small" Font-Names="Verdana"BackColor="WhiteSmoke"></DropDownStyle>

 <DayHeaderStyle Font-Size="X-Small" Font-Bold="True" BorderColor="White" BackColor="WhiteSmoke">

 <Padding Bottom="3px" Left="3px" Top="3px" Right="3px"></Padding>

 </DayHeaderStyle>

 <TitleStyle BorderWidth="1px" BorderStyle="Outset"></TitleStyle>

 </CalendarLayout>

 <DropDownStyle Width="80px" BackColor="White"></DropDownStyle>

 <ExpandEffects Type="Fade" Duration="500"></ExpandEffects>

 </igsch:WebDateChooser>

It will be helpful if i get any idea on this.

Regards,
M.Seenuvasan