Introduction to ASP.NET inline expressions in the .NET Framework
A very good article on an Introduction to ASP.NET inline expressions in the .NET Framework: http://support.microsoft.com/kb/976112
- <% ... %> - embedded code blocks
- <%= ... %> - displaying expression
- <%@ ... %> - directive expression
- <%# ... %> - data-binding expression
- <%$ ... %> - expression builder
- <%-- ... %> - server-side comments block