アンカータグ内にテキストボックスがあります。そして、JavaScript を使用してその値を取得したいと考えています。私のコードは
<a rel="tooltip" title="This information comes from the Income/Expense worksheet.">
<span class="TooltipTextBox">
<asp:TextBox ID="txt_Helo" runat="server" CssClass="small_text_box" ReadOnly="true" TabIndex="-1" BackColor="#CCCCCC" size="15">
</asp:TextBox>
</span>