473,397 Members | 2,056 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

ASP.NET IDE Behaviour

I'm hoping this is a simple one. When I'm writing ASP.NET
aspx pages (html), saving changes causes the Visual Studio
IDE to rearrange the html statements. HOW DO YOU STOP
THIS?! It's driving me nuts. Any help would be greatly
appreciated.

Thanks

Jul 21 '05 #1
4 1046
There are *some* options in Tools -> Options -> Text (or is it Code?)
Editors -> HTML.

VS.NET 2004 (Whidbey) has this really fixed.

-mike
MVP

"TheGrumpyProgrammer" <an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
I'm hoping this is a simple one. When I'm writing ASP.NET
aspx pages (html), saving changes causes the Visual Studio
IDE to rearrange the html statements. HOW DO YOU STOP
THIS?! It's driving me nuts. Any help would be greatly
appreciated.

Thanks

Jul 21 '05 #2
Thanks Mike. I'm going to poke around in those for a
while and do some testing of the results. Can't wait for
2004! Auto-completion is a great idea, and the popup
lists are fine, but these still leave the control in the
programmer's hands, and you can actually see it and know
it happened. To have the html changed by the IDE with no
indication that anything happened is a big problem. It
looks like Microsoft should change the default on that
function to "off". Ah, growing pains...

-----Original Message-----
There are *some* options in Tools -> Options -> Text (or is it Code?)Editors -> HTML.

VS.NET 2004 (Whidbey) has this really fixed.

-mike
MVP

"TheGrumpyProgrammer" <an*******@discussions.microsoft.com> wrote in messagenews:03****************************@phx.gbl...
I'm hoping this is a simple one. When I'm writing ASP.NET aspx pages (html), saving changes causes the Visual Studio IDE to rearrange the html statements. HOW DO YOU STOP
THIS?! It's driving me nuts. Any help would be greatly
appreciated.

Thanks

.

Jul 21 '05 #3
Follow-up for anyone else who wants the html to look the
same as you left it...

Tools, Options, Text Editor, HTML/XML, Format, Apply
Automatic Formatting checkboxes.

Thanks again.
-----Original Message-----
Thanks Mike. I'm going to poke around in those for a
while and do some testing of the results. Can't wait for
2004! Auto-completion is a great idea, and the popup
lists are fine, but these still leave the control in the
programmer's hands, and you can actually see it and know
it happened. To have the html changed by the IDE with no
indication that anything happened is a big problem. It
looks like Microsoft should change the default on that
function to "off". Ah, growing pains...

-----Original Message-----
There are *some* options in Tools -> Options -> Text (or

is it Code?)
Editors -> HTML.

VS.NET 2004 (Whidbey) has this really fixed.

-mike
MVP

"TheGrumpyProgrammer"

<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
I'm hoping this is a simple one. When I'm writingASP.NET aspx pages (html), saving changes causes the VisualStudio IDE to rearrange the html statements. HOW DO YOU STOP
THIS?! It's driving me nuts. Any help would be greatly appreciated.

Thanks

.

.

Jul 21 '05 #4
It'll still reformat your code sometimes, but hopefully not as often...
-mike
MVP

"TheGrumpyProgrammer" <an*******@discussions.microsoft.com> wrote in message
news:0a****************************@phx.gbl...
Follow-up for anyone else who wants the html to look the
same as you left it...

Tools, Options, Text Editor, HTML/XML, Format, Apply
Automatic Formatting checkboxes.

Thanks again.
-----Original Message-----
Thanks Mike. I'm going to poke around in those for a
while and do some testing of the results. Can't wait for
2004! Auto-completion is a great idea, and the popup
lists are fine, but these still leave the control in the
programmer's hands, and you can actually see it and know
it happened. To have the html changed by the IDE with no
indication that anything happened is a big problem. It
looks like Microsoft should change the default on that
function to "off". Ah, growing pains...

-----Original Message-----
There are *some* options in Tools -> Options -> Text (or

is it Code?)
Editors -> HTML.

VS.NET 2004 (Whidbey) has this really fixed.

-mike
MVP

"TheGrumpyProgrammer"

<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
I'm hoping this is a simple one. When I'm writing

ASP.NET
aspx pages (html), saving changes causes the Visual

Studio
IDE to rearrange the html statements. HOW DO YOU STOP
THIS?! It's driving me nuts. Any help would be greatly appreciated.

Thanks

.

.

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gerhard Esterhuizen | last post by:
Hi, I am observing unexpected behaviour, in the form of a corrupted class member access, from a simple C++ program that accesses an attribute declared in a virtual base class via a chain of...
2
by: Joona I Palaste | last post by:
AFAIK the C standard divides behaviour of different things into four classes. 1) Defined behaviour. The implementation must do exactly what the standard says. 2) Implementation-defined behaviour....
25
by: Nitin Bhardwaj | last post by:
Well, i'm a relatively new into C( strictly speaking : well i'm a student and have been doing & studying C programming for the last 4 years).....and also a regular reader of "comp.lang.c" I...
12
by: RoSsIaCrIiLoIA | last post by:
On Mon, 07 Feb 2005 21:28:30 GMT, Keith Thompson <kst-u@mib.org> wrote: >"Romeo Colacitti" <wwromeo@gmail.com> writes: >> Chris Torek wrote: >>> In article <4205BD5C.6DC8@mindspring.com> >>>...
31
by: DeltaOne | last post by:
#include<stdio.h> typedef struct test{ int i; int j; }test; main(){ test var; var.i=10; var.j=20;
4
by: | last post by:
I have earlier used an HttpModule that did URL rewrites on the BeginRequest event. Now I am trying to use the same module in a different application on a new and upgraded machine (winxp sp2). ...
26
by: Frederick Gotham | last post by:
I have a general idea of the different kinds of behaviour described by the C Standard, such as: (1) Well-defined behaviour: int a = 2, b = 3; int c = a + b; (Jist: The code will work...
285
by: Sheth Raxit | last post by:
Machine 1 : bash-3.00$ uname -a SunOS <hostname5.10 Generic_118822-30 sun4u sparc SUNW,Sun-Fire-280R bash-3.00$ gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/...
12
by: Franz Hose | last post by:
the following program, when compiled with gcc and '-std=c99', gcc says test.c:6: error: jump into scope of identifier with variably modified type that is, it does not even compile. ...
173
by: Ron Ford | last post by:
I'm looking for a freeware c99 compiler for windows. I had intended to use MS's Visual C++ Express and use its C capability. In the past with my MS products, I've simply needed to make .c the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.