Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi, i have an asp calendar that displays events thru my database, but i want to remove all those events that are over, using current date. Meaning those dates that are over will be remove or can't be select again. Any help will be deeply appreciated. Thank you.
Posted
Comments
Boipelo 21-Jul-13 14:18pm    
Solve that with your sql, do not select over-due events.

1 solution

Refer to these links its about the exact issue,but you have to modify your code lil bit.

JQuery ui - date picker, disabling specific dates[^]

Dynamically disable dates in jquery datepicker plugin[^]

Regards..:laugh:
 
Share this answer
 
v3
Comments
Member 10106656 22-Jul-13 1:17am    
Hi, Thanks for the help. But i'm using c# calendar and the calendar is link to the database. Is it possible just to disable it from the calendar itself ? because i dont quite understand the codes..
Thanks7872 22-Jul-13 1:18am    
I already mentioned there you have to modify your code a bit. If you dont understand the codes than i think you should first have some coding practices on how to use sql,jquery,javascript etc.

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