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?wa=wsignin1.0|http://support.microsoft.com/kb/976112?wa=wsignin1.0
- <% ... %> - embedded code blocks
- <%= ... %> - displaying expression
- <%@ ... %> - directive expression
- <%# ... %> - data-binding expression
- <%$ ... %> - expression builder
- <%-- ... %> - server-side comments block
Last modified by Mohit @ 4/4/2025 9:14:19 PM