Hi all,
I have an easy question.. I've been doing for a while ASP but I never found out how to comment a block of code...
If I have 2-3 lines it's ok to put somes ' like:
' response.write("test")
but if i have 15-20 lines.. it's long..
What I am currently doing if i want to comment a block of code:
But it's not a good way, even if it works because the client, if he view the source can see my code...
Any others ideas ?
Thanx!
I have an easy question.. I've been doing for a while ASP but I never found out how to comment a block of code...
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
If I have 2-3 lines it's ok to put somes ' like:
' response.write("test")
but if i have 15-20 lines.. it's long..
What I am currently doing if i want to comment a block of code:
Code:
%>
<!-- ********* code is disabled ***********
response.write("test")
......
******** end of comments --> <%
But it's not a good way, even if it works because the client, if he view the source can see my code...
Any others ideas ?
Thanx!