473,503 Members | 241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Comments Moved in VS.Net

Microsoft, I would appreciate your comments on why the comments are moved in
VS.NET.

DAve

"Dave Mehrtens" <dm*******@rightreasontech.com> wrote in message
news:uC**************@TK2MSFTNGP10.phx.gbl...
All I am referring to are comments. I am not familiar with the details of
the schema to say what is correct or not, but wouldn't you be able to place comments anywhere you want?

Dave

"Cowboy (Gregory A. Beamer)" <No************@comcast.netRemuvThis> wrote in message news:eK**************@TK2MSFTNGP12.phx.gbl...
While I know this is not any help, the VS.NET implementation is more
correct, according to the schema. I am not sure there is anything you can
do
about this, but I would look at the options to see if there is an option

for
validation of a page to a schema. If there is a way to turn off the
correction, it would be here.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

************************************************** **************************
****
Think Outside the Box!

************************************************** **************************
****
"Dave Mehrtens" <dm*******@rightreasontech.com> wrote in message
news:e0**************@TK2MSFTNGP12.phx.gbl...
We are attempting to use both Dreamweaver and .Net to edit aspx files.

Dreamweaver uses HTML comments to embed proprietary information for it's editor.

However, when we load these pages into VS.Net, the VS.Net designer
will move
those commented lines such that Dreamweaver will not recongnize them
anymore.

For example - From Dreamweaver
</TABLE><div id="logoutLayer" style="position:absolute; width:76px;
height:14px; z-index:13; left: 14px; top: 135px; visibility:

visible;"><font
size="+1"><a href="../LoginGUI/logout.aspx"><img
src="../images/logoutButton.gif" width="76" height="14"
border=0></a></font></div>
</BODY>
<!-- InstanceEnd --></HTML>
After VS.Net
</TABLE>
<div id="logoutLayer" style="Z-INDEX:13; LEFT:14px; VISIBILITY:visible; WIDTH:76px; POSITION:absolute; TOP:135px; HEIGHT:14px"><font size="+1"><a href="../LoginGUI/logout.aspx"><img src="../images/logoutButton.gif"
width="76" height="14" border="0"></a></font></div>
<!-- InstanceEnd -->
</BODY>
</HTML>

The "InstanceEnd comment is moved above the </BODY> tag instead of

below it.

Any reason for this?

Dave




Nov 17 '05 #1
1 988
Hi Dave,

This is the "Automatic Formatting" feature of VS.NET IDE. If you do not
want it, you can turn off it.

Tools->Options...->Text Editor->HTML/XML->Format

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided ˇ°as isˇ± with no warranties and confers no rights.

Nov 17 '05 #2

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

Similar topics

5
14195
by: Alex | last post by:
Hi all, We're looking at a vendor who uses the InterSystems Cache Database Platform, but our IT department has zero experience with this system. This software package will have a pivotal and...
6
2016
by: murmur | last post by:
http://www.threetwo.org/sullivan/mockup/ seems to work in mozilla 1.4, netscape 7.1, ie 6. Screenshots from other systems/browsers would be great, particularly mac and aol. Suggestions for...
21
1965
by: Florian Brucker | last post by:
Hi! With the help of this group I finally managed to transfer my website from table layout to CSS layout. The site is now online and I would really appreciate comments about it. I'm...
16
1778
by: steven | last post by:
http://www.nenya.be/41229-1/cal.htm (Only the calendar navigation links work)
9
290
by: suzy | last post by:
Hi, I am wondering why my comments do not appear in intellisense. I have written the following method: /// <summary> /// testing /// </summary> /// <param name="stem">will this...
35
2940
by: R. Rajesh Jeba Anbiah | last post by:
Nowadays in PHP world, the "noise" is about upcoming PHP6 <http://phplens.com/phpeverywhere/?q=node/view/212> <http://www.planet-php.net/>. Do c.l.php readers have any comments or suggestions? ...
3
1225
by: Dave Mehrtens | last post by:
We are attempting to use both Dreamweaver and .Net to edit aspx files. Dreamweaver uses HTML comments to embed proprietary information for it's editor. However, when we load these pages into...
11
13464
by: GinTon | last post by:
In csv.reader, is there any way of skip lines that start whith '#' or empty lines I would add comments at my CSV file
11
1273
by: Daniel Norden | last post by:
Hello. Can you give me some feedback on my code layout? I have everything organized in an object, "NRL", that's used as a namespace, and there are other subobjects/modules below that, for...
0
7203
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
7339
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...
1
6995
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5581
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,...
1
5017
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...
0
4678
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
738
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
389
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.