Search code examples
visual-studio-2008formatting

Code formatting in visual studio for ASP.NET


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.

Link


Solution

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