Calendar extender

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George

    Calendar extender

    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

  • densial

    #2
    Re: Calendar extender

    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.

    Comment

    Working...