ASP.NET: How to avoid parsing part of a page -


I have an ASP.NET page that has some & lt;% and%> that I do not want ASP for processing How can I specify a .NET Compiler section not parsed?

You can comment like those sections:

  & lt;% - (anything to ignore) -%>  

Or if you mean that you are literally & lt;% and%> characters in your page, you should always include the & amp; Lt; and & amp; ; Gt; Instead of & lt; More>.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -