我在 ascx 文件中有一个超链接,它的 navigateurl 设置在另一个 aspx 页面中如何链接它们
在 aspx 中:
HyperLink ShowRelated = (HyperLink)logout1.FindControl("hypRelated");
ShowRelated.Visible = true;
ShowRelated.NavigateUrl = string.Format("RelatedFields.aspx?mid={0}&fid={1}&srchid={2}&searchStr={3}&pkId={4}",
MetaId, filterId, searchId, searchStr, pkId);
在 ascx 中:
<asp:HyperLink ID="hypRelated" data-role="button" style="text-align:center;margin:0 15px 0 15px" data-mini="true" runat="server" Visible="false">