views:

23

answers:

1

How can I have the same formatting as mentioned in this resource for ASP.NET. Like all attributes in separate lines as starting line.

Is it possible to format my code in ASP.NET? Please help.

http://geekswithblogs.net/lbugnion/archive/2007/09/29/Cleaning-up-XAML-code-and-improving-parsing-time-with-Blend.aspx#lbu_note2

+1  A: 

The format functionality is available for both the page html and the code behind in an ASP.Net project.

Raj More
But I want that all the attribute of an ASP.NET tag be on separate lines. How can I do that?
Soham Dasgupta