document.getElementById('TextBoxID').readOnly = true; //to enable readonly document.getElementById('TextBoxID').readOnly = false; //to disable readonly