Possible Duplicates:
When should I use # and = in ASP.NET controls?
What is the difference between <% %> and <%=%>?
I have seen samples with “<%#”, “<%=” and “<%”. First of all, is there a name for these things? Second, where can I find a reference that tells what the different versions do? I have tried searching, but can’t find anything.
Check out the differences at (there are some you missed and I’m not going to re-key all the information when it’s already referenced elsewhere):
Inline ASP.NET Tags…Sorting Them All Out