VS.NET repositions code

T

Tom

Has anyone had this happen.

I'm in a ASP.NET application using c#.

I drag a label and text box to my page. I add a table add
some <tr>'s <td>'s. Then I nest another table, line my
code up so it all indents just the way I like it.

I then switch to design view, then back to HTML view only
to find my code is now repositioned.

Is there some way I can instruct VS.NET to not reposition
my code?

Thanks

Tom
 
I

Ignacio Machin

Hi tom,

Tools/ Options/ TextEditor / HTML/XML

There are two checkboxes under "Apply Automatic Formatting"

Hope this help,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top