Digital Colony!

Comment Out ASP.NET Control

Just like HTML has a way to comment out markup from being displayed by the browser, so does ASP.NET. Below is an example of a commented out ASP.NET tag.
<%-- <asp:Label ID="lblGreeting" runat="server" Text="Hello!"/>--%>

Labels:

posted by MAS on Jun 20,2007

If you found this site helpful, consider buying me a cup of coffee. Smile

Digital Colony Copyright © 1999-2010 XHTML   508
Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.