<appSettings>
<add key="someurl" value="http://www.dotnetcurry.com" />
</appSettings>
Now read this entry from the web.config using AppSettings
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="<%$ Appsettings:someurl %>" Text="Click Here">
</asp:HyperLink>
Tweet
1 comment:
Thanks! This helped me.
Post a Comment