Commenting Out Controls In HTML View

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

As we all know, the <!-- and --> tags in HTML comment out HTML in a *.html
file. However, this does not seem to work in ASP.NET *.aspx files. Is there
a way to comment out ASP.NET controls that are created declaratively in a
*.aspx file? This would make debugging much easier in many cases. Thanks.
 
Back
Top