$('#ControlID').val(“This is the string to set”);
alert($('#ControlID').val());
C# CodeControl1.Text = Control2.Text;
jquery Equivlent$('#ControlID1').val($('#ControlID2').val()));