"One of the hidden gems in ASP.NET 2.0 is the new expression syntax.
For example, to display the value of a setting in the AppSettings
section of your web.config, you can do this: <asp:Label Text="<%$ AppSettings:AnotherSetting %>" ID="setting"
Read More