Expressions
Expressions are little shortcuts that enable you to declaratively link data to objects in the page. We saw an example of an expression in Listing 13.1 when we passed in the connection string to a SqlDataSource object. The syntax is simple: <%$ prefix: value %>.Listing 13.1, the AppSettings prefix, and the Resources prefix. AppSettings works just like ConnectionStrings, in that it reads a value right out of web.config and passes it into the page. The only difference is that it looks in web.config's <appSettings> element instead of the <connectionStrings> element.