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">