$("#txt_Name").bind("input propertychange", function () {
$("#txt_Name1").val($(this).val());
});