R
Richard Lionheart
Hi All,
I've written some code in a .aspx file that I like the looks of. However,
when I run it in VS.NET, VS sometimes throws away a lot of the indentation,
which makes it difficult for me to work on. I think it occurs when I create
a mal-formed <form>. Is there a way to defeat this behavior or otherwise
pretty-print the code to restore my formatting?
Right now, my work around is to save the code in a .txt file, test my
code, replace any condensed code that VS gives me with the saved code.
I've written some code in a .aspx file that I like the looks of. However,
when I run it in VS.NET, VS sometimes throws away a lot of the indentation,
which makes it difficult for me to work on. I think it occurs when I create
a mal-formed <form>. Is there a way to defeat this behavior or otherwise
pretty-print the code to restore my formatting?
Right now, my work around is to save the code in a .txt file, test my
code, replace any condensed code that VS gives me with the saved code.