what code it better
Posted
by user276640
on Stack Overflow
See other posts from Stack Overflow
or by user276640
Published on 2010-03-11T05:27:24Z
Indexed on
2010/03/11
5:28 UTC
Read the original article
Hit count: 255
asp.net-mvc
|code
<% if (condition) { %>
<%= variable %>
<% } %>
or
<% if (condition) {
Response.write(variable);
} %>
© Stack Overflow or respective owner