テキストボックスからそれ自体のイベントに値を渡すにはどうすればよいですか?
<asp:TextBox runat="server" ID="txtEmail" onblur="SendRequest()">this_text_I_want_to_put_as_param_to_SendRequest</asp:TextBox>
テキストボックスからそれ自体のイベントに値を渡すにはどうすればよいですか?
<asp:TextBox runat="server" ID="txtEmail" onblur="SendRequest()">this_text_I_want_to_put_as_param_to_SendRequest</asp:TextBox>