Calendar extender

  • Thread starter Thread starter George
  • Start date Start date
G

George

Hi,
I want to ask how can I disable all the days before today in an AJAX
calendar extender of a textbox so no one can select them. I use C# and
VS2008

Thanks

George
 
I could not find a way to do this, although I have a functional
requirement for it, in the end I put in a dirty hack, I check the
selected date and if it's before today I change the datetime in the
target textbox.

not nice I know, but it works for now.
 
Back
Top