I have a few asp:textbox controls in a form on a webpage, below is a snippet. The first is a field where the recipient is entered, the other is a larger textarea where the r
i guess the asp.net HTML controls must have ClientID="recipient" property to access the control using client id in client side. or i have no idea!
try it this should work.