21
May
You don’t always have to use the old:
ConfigurationManager.AppSettings["whatever"]
In a master page you can also use a bit of short hand:
<%$ AppSettings:whatever%>
Saves some typing a suppose…
0
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
You don’t always have to use the old:
ConfigurationManager.AppSettings["whatever"]
In a master page you can also use a bit of short hand:
<%$ AppSettings:whatever%>
Saves some typing a suppose…