Make Ajax Date Control extender ReadOnly


Insert this code in Not is postback method :
 
If you want to make your Ajax control read only the on Page load set this .

txtActualStartDate.Attributes.Add("readonly", "readonly");

Comments