






















第一种方法
<a href = '~/页面名.aspx?id="+<%#Eval("数据源名")%>"'</a>
第二种
<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl='<% #Eval("Jh_Id","~/FrontGround/ASPShowJobHelp.aspx?id={0}")%>' ForeColor="Peru" Font-Size="10pt" Width="197px"><%# Eval("Jh_Title") %></asp:LinkButton>
获取:
string str = Request.QueryString["id"].ToString();
this.HiddenField1.Value = str;
通过各种可以跳转页面的控件写法都是一样的。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。