What is the difference between <% %> and <%= %> in ASP.NET MVC? And when to use which?
<% %>
<%= %>
<%= echos the statement out.
<% just runs it.