0

我在 aspx 页面上有超链接。

<asp:HyperLink ID="hlTasks" NavigateUrl='<%# String.Format("ChildrensIPOutcome.aspx?EntityTypeId={0}&EntityId={1}&EntityTypeName={2}&LoadFromActionResult=True&ParentEntityId={4}",Eval("EntityTypeId"), Eval("EntityId"),"Participants.Parents",Eval("EntityOfficialName"),Request.QueryString("EntityId"))%>' runat="server"><%# Eval("EntityOfficialName") %></asp:HyperLink>

ChildrensIPOutcome.aspx页面需要注册一个Jscript文件。我怎么做?

4

0 回答 0