What is the official name for the \"special\" ASP.NET tags like this:
<%# %>
<%= %>
<%@ %>
<%$ %>
I can\'t seem to
No answer for your name question, but the MSDN "ASP.NET Page Syntax" page is pretty good (or rather, that's the top level page; the pages under it give more information).
EDIT: I had previously thought that <%# ... %>
wasn't included in the list, but of course it is, under Data-Binding Expressions. Doh.