Binding ASP.Net Web.Config Settings To .ASPX File <a href></a>?
The Scenario I have an ASP.NET web project. I want to be able to define all of the links for the site inside my web.config file so that they can be changed easily if needs be. Currently I have an "" section in my web.config file. The Question How do I bind this key value pair to an '' tag in my .aspx file?! The App Settings in My Web.Config File <appSettings> <add key="MyNewLink" value="http://someurl.co.uk/" /> </appSettings> Help greatly appreciated. EDIT: Sorry I should have mentioned that this is for a html link: **<a href></a>** Locksfree In your aspx file it would be: NavigateUrl='<%$