I want to comment line for single line in asp.net.Now I use multi line comment line <%-- --%>.Is any other way to comment single line. In php I use comment like // for single line. I use single line comment for future verification.Without comment line my get confused.
-
Does an apostrophe (') work?ElliotSchmelliot– ElliotSchmelliot2015-03-26 06:09:07 +00:00Commented Mar 26, 2015 at 6:09
-
In Visual Studio use ctrl+k+c to comment and ctrl+k+u to uncomment. Multiple and single lines will be taken care by IDE.sms– sms2015-03-31 10:55:55 +00:00Commented Mar 31, 2015 at 10:55
Add a comment
|