What are the differences between the ASP.NET tags?
- by Bob Dylan
So I've seen the following tags in an ASP.NET application and I have no idea what they mean (also I couldn't google them because google doesn't support special char's):
<% %>
<%# %>
<%: %>
<%= %>
and maybe a few more. So what do these do and how are they different from each other?