Block selection comment for VbScript in Visual Web Developer 2010 Express -


How can I comment on a selected block in VBScript using Visual Web Developer 2010 Express?

Updated: I meant to select a block and comment on every line. If I do this in Visual Studio Web developer 2010, then comment is made for html, not for vbscript

Use '

  & lt; Script type = "text / vbscript" & gt; Slow myMessage 'myMessage = "I'm having a great day!" MyMessage = "I can use a nap ..." This will print my message to the visitor's document. Writing (mamsage) & lt; / Script & gt;  

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -