I need to leave some instructional comments for other developers on a page/user control. Is there a better way to do this besides the below?
<% /* DO NOT rename control IDs here, because blah blah blah... */ %>
|
I need to leave some instructional comments for other developers on a page/user control. Is there a better way to do this besides the below?
|
|||
|
|
|
|||
|
That is about it, barring a HTML comment. Your options are:
or:
|
|||
|
|