When should you use <% # ...%> and <% = ...%>?

Iโ€™ve been doing some work recently with a precompiled .NET3.5 application, so I had to write a lot of inline code and was just wondering about using # and = and niether when executing inline code?

+6
source share
2 answers
+12
source

I had a similar question, this may give you some things you can look at:

ASP.NET "special" tags

Especially this page:

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/pages/syntax.aspx

+5
source

All Articles