Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NETAjax
How to disable Previous Date in Aps.net Ajax Calender
Posted 15 Sep '12 - 2:06


1 solution

to disable future date in Ajax calender use following code..this example only works in Ajax Calender extender Toolkit 4.0
just put this code on page load..to disable the all Future dates in Ajax calender extender

 
protected void Page_Load(object sender, EventArgs e)
{
AjaxCalendarExtender.EndDate = DateTime.Now;
}
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 206
1 Richard MacCutchan 145
2 Tadit Dash 140
3 Santhosh G_ 125
4 Volynsky Alex 105
0 Sergey Alexandrovich Kryukov 10,264
1 OriginalGriff 7,957
2 CPallini 4,201
3 Rohan Leuva 3,522
4 Maciej Los 3,155


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 19 Sep 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid