Tip/Trick: Using Server Side Comments with ASP.NET 2.0
Posted by: ScottGus Blog,
on 09 Jul 2006 |
View original | Bookmarked: 0 time(s)
Problem
You are coding away on an ASP.NET page, and are trying to isolate a problem within the page. You have some existing html/controls/markup/in-line code that is being used on the page, and you want to temporarily comment it out while you fix the problem.
Solution
ASP.NET supports a little known feature called server-side comments that you can use to completely disable code/controls/html in a page. Server-side comments in ASP.NET are delimited using a <%--...