Can anyone explain to me why this won't work.
.aspx
<asp:Hyperlink NavigateURL= "<%# appLocation %>" runat='server' id='link'>text</asp:hyperlink>
codebehind
public appLocation = "server.whatever";
Why doesn't my NavigateUrl get filled with the value?
Thanks for the info.
MJ
.aspx
<asp:Hyperlink NavigateURL= "<%# appLocation %>" runat='server' id='link'>text</asp:hyperlink>
codebehind
public appLocation = "server.whatever";
Why doesn't my NavigateUrl get filled with the value?
Thanks for the info.
MJ