What is the official name for the \"special\" ASP.NET tags like this:
<%# %>
<%= %>
<%@ %>
<%$ %>
I can\'t seem to
I have always found this QuickStart page to be very useful, whenever I have a doubt about Server-side syntax. It details 8 different markup styles and provides illustrative examples of each one, in addition to explaining the pros and cons.
It doesn't mention the Page level directive, though, which IIRC is detailed elsewhere in the Quickstart.
Of course, this is relevant to ASP.NET 2.0.