2
votes
Response.Write vs <%= %>
I prefer the <%= %> method in most situations for several reasons.
The HTML is exposed to the IDE so
that it can be processed giving you
tooltips, tag closing, etc.
Mainta …
