basic tutor

  • Thread starter Thread starter Chen
  • Start date Start date
C

Chen

I am new to ASP.
I find there are tags:
<% @ %>
<% ! %>
<% # %>

Where could I find the reference to tell the meaning of charcter follows <%
such as @, !, # ,...

Thanks
 
I read some of ASP.NET
I found some codes in source view such as
<%! %>
<%# %>
I could not find refernce for the ! and # follows the <% to tell the
meaning of charcter follows <%
Mr Crouchie told me the @ is DIRECTIVES
but I still do not know to use the ! and #
Thanks
 
Back
Top