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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top