You can do this by grabbing the .clientID of a textbox and throwing it into a registerclientscriptblock function... or, if the id's are static, bypass the server side code and using a simple javascript function...
;Code:var myText = document.getElementById('TextBox1').value; document.getElementById('myTextArea').value = myText;




Reply With Quote