Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:


XML
<asp:CalendarExtender ID="txtdep_CalendarExtender" runat="server" Format="dd-MM-yyyy" CssClass="ajax__calendar_day_disabled"
        Enabled="True" TargetControlID="txtdep">
    </asp:CalendarExtender>
Posted
Comments
[no name] 21-May-12 8:54am    
What do you mean "hide previous date"?

It is customary to use the subject line for a short description and the body to give details about your problem and ask a question.
thirisangu 16-Jun-12 1:29am    
from current date.

1 solution

set min date property to today's date(getdate)
 
Share this answer
 

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