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:

AddThis Social Bookmark Button

0 Comments:

 

Post a Comment

 

Digital Colony Copyright © 1999-2008 XHTML   508
This site uses Blogger, which is not 100% XHTML compliant.
Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.