Retrieve value from asp:textbox with JQuery

后端 未结 6 1531
闹比i
闹比i 2020-12-06 16:29

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

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 17:04

    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.

提交回复
热议问题