Q
qian
Unregistered / Unconfirmed
GUEST, unregistred user!
<asp:TextBox id="TextBox1" style="Z-INDEX: 103;
LEFT: 27px;
POSITION: absolute;
TOP: 118px" runat="server" Height="28px" Width="148px"></asp:TextBox>
<asp:HyperLink id="HyperLink1" style="Z-INDEX: 102;
LEFT: 24px;
POSITION: absolute;
TOP: 77px" runat="server" Height="15px" Width="169px" NavigateUrl="aaa.aspx?x=TextBox1.Text">你好</asp:HyperLink>
如何将TextBox的值作为参数传递给HyperLink1。
LEFT: 27px;
POSITION: absolute;
TOP: 118px" runat="server" Height="28px" Width="148px"></asp:TextBox>
<asp:HyperLink id="HyperLink1" style="Z-INDEX: 102;
LEFT: 24px;
POSITION: absolute;
TOP: 77px" runat="server" Height="15px" Width="169px" NavigateUrl="aaa.aspx?x=TextBox1.Text">你好</asp:HyperLink>
如何将TextBox的值作为参数传递给HyperLink1。