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");
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
Post a Comment