how to comment-out aspx code

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

please, how do I comment out aspx text ?

the following way does not seem to work:
the framework still tries to create my control.

<!--
<Web:MyControlText ID="email" Runat="server"></Web:MyControlText>
-->


Thanks
 
Back
Top