c# - What are these called in ASP.NET <%: %>? -
this question has answer here:
- asp.net “special” tags 5 answers
what these called in asp.net?
<%# ... %>
<%= ... %>
<%: ... %>
and different variations? how each of them used?
that's code block. version #
used data binding. allow embed c# code aspx page.
msdn has article on code blocks here, , article on data binding expressions here.
Comments
Post a Comment