Yeah, this is pretty minor and kinda silly, but when I type this line:
and I get to the language tag, it suggests: ecmascript, javascript, jscript & vbscript.
Im using VS2005 and following a book on learning ASP.Net. Its just annoying each time I try to type "VB" "vbscript" is inserted and I have to go back and delete it. In this case I do not have a page directive stating that Im using VB, so the tag is required.
Thanks if anyone knows why.
Code:
<script runat="server" language="VB">
and I get to the language tag, it suggests: ecmascript, javascript, jscript & vbscript.
Im using VS2005 and following a book on learning ASP.Net. Its just annoying each time I try to type "VB" "vbscript" is inserted and I have to go back and delete it. In this case I do not have a page directive stating that Im using VB, so the tag is required.
Thanks if anyone knows why.