Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends...

I have AJAX calender control in my application.

But i am not able to select the day before from current date.

Only able to select after the current date.

What can i Do.


ASP.NET
<asp:Label ID="lblstartdate" Text="Start Date" CssClass="lbl" runat="server"></asp:Label>
                            <AjaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1"  runat="server">
                            </AjaxToolkit:ToolkitScriptManager>
                            <asp:TextBox ID="txtstartdate" CssClass="txtbox" runat="server"></asp:TextBox>
                             <ajaxtoolkit:calendarextender  runat="server" ID="calExtender2"
                              PopupButtonID="btnDate3" TargetControlID="txtstartdate" Format="MMMM d, yy" />
                            <asp:ImageButton ID="btnDate3" ImageUrl="~/images/CalendarIcon.jpg" Width="20px"
                                runat="server" />
Posted

Hi,

See Tip 6 in this article:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=149[^]
 
Share this answer
 
Comments
Arul R Ece 23-May-12 1:17am    
Hi sharma..
i am not able to open the above link.
Please post the answer
Deepak_Sharma_ 23-May-12 1:29am    
Hi,
Its opening in my browser.
Try opening it by typing the url
Arul R Ece 23-May-12 1:41am    
In my office this url restricted..


only code project n C # corner allowed
 
Share this answer
 
v2
I have miss to attach the

AjaxControlToolkit.dll

AjaxControlToolkit.dll.refresh
In BIN folder
 
Share this answer
 
Comments
BillW33 23-May-12 10:23am    
You should not post a comment to a solution or an addition to your question as a "Solution". Either add a comment to a previous solution by pressing the "Have a Question or Comment?" button or update your question by using the "Improve question" button.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900