



















1、使用javascript函数:
<ItemTemplate>
<asp:HyperLink ID="EditLink" Runat=server NavigateUrl='<%# "javascript:edit(escape(\"" + DataBinder.Eval(Container.DataItem, "subcid") + "\"))" %>' ImageUrl="image/edit.gif" text="编辑">
</asp:HyperLink>
</ItemTemplate>
NavigateUrl='<%# String.Format("~/Manager/UpdateLog.aspx?ID={0}",Request.QueryString["cid"]) %>'

NavigateUrl='<%# String.Format("~/Manager/UpdateLog.aspx?ID={0}",Eval(Request.QueryString["cid"])) %>'
NavigateUrl='<%# "showarticle.aspx?cid=" + Request.QueryString["cid"] %>'
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。