[ASP.NET] <%# %> vs <%= %>
- by Bart
Hello
I am wondering what is the difference between
<%# ... %
and
<%= ... %
and
<%$ ... %
?
I couldn't find anything abt it, cause it's impossible to find <%= in search engine;/
Does these constructions have name to look for it?
Could you explain pls?
Cheers