11 January, 2010
0 Comments
0 categories
If you want to automatically insert double quotes when typing an attribute, use the Microsoft Visual Studio option:
Tools > Options > Text Editor > HTML > Format > “Insert attribute value quotes when typing”
When you type runat= in a div it wil automatically insert quotes:
<div runat="server"> </div>
Tags: ASP .NETVisual Studio