Wednesday, August 25, 2010

ASP.NET Code Delimiters

I have been looking for these forever...

<% is the ASP.NET Page Render Function initial delimiter
<%# is the databinding ASP.NET Page Render Function initial delimiter.
<%= is the Response.Write ASP.NET Page Render Function initial delimiter
<%-- is the Comment ASP.NET Page Render Function initial delimiter

Credit where credit is due
.

No comments:

Post a Comment