0
kicks
Tip/Trick: Using Server Side Comments with ASP.NET 2.0
Scott Guthrie shares another trick with us, this time Server side comments. I had no idea they existed. "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 <%-- --%> syntax."