Monday, 15 February 2010

asp.net - formatting of aspx file in Visual Studio -



asp.net - formatting of aspx file in Visual Studio -

i have file lot of kind of thing in it:

<div> <asp:label runat="server" text="file name:" id="lblfilename"></asp:label> </div>

how can formatter alter shows this:

<div> <asp:label runat="server" text="file name:" id="lblfilename"> </asp:label> </div>

thanks lot

ctrl+k+d format whole document in visual studio.

if want alter how visual studio auto formats html - think asking - can alter going tools | options | text editor | html | formatting.

in there, there alternative wrap tags specific length - after.

asp.net visual-studio formatting

No comments:

Post a Comment