TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
patrongp
NA
4
0
vs.net automatic code management
Nov 5 2003 2:33 PM
hi, i've been coding in c# under vs.net and i know how microsoft likes to assume their users want things a certain way such as when u drag and drop web forms to your page it will automatically style it for you or when you save your project and later go to reopen it, and look at the html code you will sometimes/always notice how vs.net will rearrange the code so instead of having, eg.
blah
blah
it will change it to
blah
blah
or something like that it doesn't do this to everything, just some things does anyone know how to turn this off? so it doesn't automatically style your webform objects or reformat your code?
Reply
Answers (
0
)
How to get frames from HTMLDocument
Can C# directly read/write bytes from/to file to short array?