ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,561 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am not getting full view of Ajax Calendar control in gridview Footer template.
The last column date in the date picker, not showing properly.
Friday and saturday is hiding and not showing properly.
<asp:TextBox ID="txtDOB" CssClass="txtInput" ReadOnly="true" runat="server" Text=""></asp:TextBox>
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtDOB"
Format="MM/dd/yyyy" OnClientDateSelectionChanged="CheckDateEalier" PopupButtonID="btnDate1"
PopupPosition="BottomRight" CssClass="cal_Theme1"></ajaxToolkit:CalendarExtender>
<asp:ImageButton ID="btnDate1" ImageUrl="~/images/imgCalendar.png"
runat="server" />