What are the differences between the ASP.NET tags?

Posted by Bob Dylan on Stack Overflow See other posts from Stack Overflow or by Bob Dylan
Published on 2010-05-12T01:15:19Z Indexed on 2010/05/12 1:24 UTC
Read the original article Hit count: 278

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET