You must load all the parameter value from code
<asp:HyperLink runat="server" NavigateUrl="<%$ AppSettings: myUrl %>"
Text="View My Page"></asp:HyperLink>
and if you want to add something, then:
<asp:HyperLink runat="server" NavigateUrl="<%$ AppSettings: myUrl +
"/MyPage.aspx" %>" Text="View My Page"></asp:HyperLink>
Regards,
Lukas Holota
> I 'm trying to do something like this but it doesn't come out correctly on
> the browser side.
[quoted text clipped - 7 lines]
>
> thanks
Coaster - 16 Dec 2007 14:14 GMT
Great, thanks!!!
thats one combination I hadn't tried yet
> You must load all the parameter value from code
>
[quoted text clipped - 21 lines]
>>
>> thanks
Coaster - 17 Dec 2007 05:10 GMT
actually I spoke too soon. It throws an exception saying it cannot find the
key 'AppSettings: myUrl + '/MyPage.aspx'
> Great, thanks!!!
>
[quoted text clipped - 24 lines]
>>>
>>> thanks