Get VWD to stop splitting code lines
Just curios; can you set VWD to continue code on the same line, e.g:
<asp:CommandField ShowEditButton="True"
ShowSelectButton="False" />
Becomes:
<asp:CommandField ShowEditButton="True" ShowSelectButton="False" />
It seems to split the lines automatically but I cant see any setting to change the characted number for when this happens...
|