Last post Jul 01, 2019 09:18 AM by Yongqing Yu
Participant
1445 Points
2835 Posts
Jul 01, 2019 07:29 AM|demoninside9|LINK
Hi All,
I have <cc1:CalendarExtender on my web form.
When page loads first time it shows blank even by selecting an invisible date doesn't comes in the text box, but when I click again on text box it shows calendar with out any issue.
<asp:TextBox ID="txtStartDate" name="Star tDate" title="<%$Resources:Resource, traning_start %>" autocomplete="off" MaxLength="20" runat="server" CssClass="form-control" EnableViewState="true"></asp:TextBox> <cc1:CalendarExtender ID="ceDateFrom" runat="server" TargetControlID="txtStartDate" Format="MM/dd/yyyy" ></cc1:CalendarExtender>
Please suggest
Contributor
3710 Points
1043 Posts
Jul 01, 2019 09:18 AM|Yongqing Yu|LINK
Hi demoninside,
According to your description, I can not reproduce your issue.
Could you please provide your complete code? It will help us solve your issue faster.
Here are two similar links, you can refer to them, I hope it will help you.
https://stackoverflow.com/questions/23115321/ajax-calendar-not-displaying-correctly-at-first-time-in-net#comment35865770_23115321
https://asp-net-example.blogspot.com/2009/12/ajax-calendarextender-day-style-css-how.html
Best Regards,
YongQing.
Participant
1445 Points
2835 Posts
<cc1:CalendarExtender shows blank calendar in first attempt
Jul 01, 2019 07:29 AM|demoninside9|LINK
Hi All,
I have <cc1:CalendarExtender on my web form.
When page loads first time it shows blank even by selecting an invisible date doesn't comes in the text box, but when I click again on text box it shows calendar with out any issue.
Please suggest
Contributor
3710 Points
1043 Posts
Re: <cc1:CalendarExtender shows blank calendar in first attempt
Jul 01, 2019 09:18 AM|Yongqing Yu|LINK
Hi demoninside,
According to your description, I can not reproduce your issue.
Could you please provide your complete code? It will help us solve your issue faster.
Here are two similar links, you can refer to them, I hope it will help you.
https://stackoverflow.com/questions/23115321/ajax-calendar-not-displaying-correctly-at-first-time-in-net#comment35865770_23115321
https://asp-net-example.blogspot.com/2009/12/ajax-calendarextender-day-style-css-how.html
Best Regards,
YongQing.
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.