ASP.NET Server Controls and <%$ %> params like ConnectionStrings
- by tyndall
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
Can you also do this with Cookies and Session? Is there a <%$ % reference page out there?