Is there a way to comment out markup in an .ASPX page?

Posted by MikeJ on Stack Overflow See other posts from Stack Overflow or by MikeJ
Published on 2008-09-23T14:34:01Z Indexed on 2010/04/08 9:23 UTC
Read the original article Hit count: 229

Filed under:
|
|

Is there a way to comment out markup in an .ASPX page so that it isnt delivered to the client? I have tried the standard comments but this just gets delivered as a comment and doesn't prevent the control from rendering. Any suggestions would help

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about markup