Is there a complete list of the objects you can tap into with <%$ %> tags in ASP.NET
I know you can do things like <%$ ConnectionStrings:northwind %> in the ConnectionString attribute of the <asp:SqlDataSource>
tag.
Can you also do this with Cookies and Session? Is there a <%$ %> reference page out there?