$('#TextBoxId').attr('readonly', 'true');
$('input[type="text"], textarea').attr('readonly','readonly');