Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to prevent datepicker for not allow future dates from today in asp.net c# design page by javascript
Posted
Updated 17-Oct-13 1:03am
v4
Comments
Zafar Sultan 17-Oct-13 7:06am    
Which datepicker are you using?
satpal 2 17-Oct-13 7:14am    
I am using datepicker with version 1.0.0.0

<%@ Register assembly="DatePicker" namespace="DatePicker" tagprefix="SQ" %>

<SQ:DatePicker ID="dpAdmiDate" runat="server" DateFormat="%d/%m/%Y" AutoPostBack="false" />
Zafar Sultan 17-Oct-13 7:23am    
I mean is that a custom developed datepicker or a third party component? Definitely it's not the asp.net calendar control. Generally they come with enddate property that can be used for the purpose.
satpal 2 17-Oct-13 7:26am    
Zafar it is an third party datepicker. I have *.dll for this in my bin folder..
Zafar Sultan 17-Oct-13 7:28am    
That's why I am asking. Different component comes with different features and properties. Have you tried their forum? Any documentation regarding its properties? Give me its name, I will try.

1 solution

 
Share this answer
 
Comments
Zafar Sultan 17-Oct-13 7:11am    
How do you know he is using telerik datepicker control?

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