disable jquery datepicker

Posted by IrfanRaza on Stack Overflow See other posts from Stack Overflow or by IrfanRaza
Published on 2009-10-27T06:01:10Z Indexed on 2010/03/24 4:13 UTC
Read the original article Hit count: 349

Filed under:
|

Hello friends!!!

I have used jquery datepicker in my .aspx page. The control is working fine. What i need is to disable the control if the textbox on which it is linked is disabled. For ex. I am showing datepicker on textbox "txtDateOfAssignment". If the Enabled property of this textbox is false then datepicker should not be active on that.

Anybody have an idea?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET