G
GaryDean
On one of our projects, using vs2005 professional, Visual Studio reformats
the html in an aspx page so that it is virtually impossible to work with -
although it still executes properly. For instance it takes well formed html
that is indented for readability and converts everything to uppercase and
removes all carriage returns.
it converts this...............
<table>
<tr>
<td> vAlign=top>
<aspanel id="LEFTPANEL" runat="server" Width="400px">
<table... . . .
to this..........
<TABLE><TBODY><TR><TD vAlign=top><aspanel id="LEFTPANEL" runat="server"
Width="400px"><TABLE
The page is then full of errors saying that uppercase is not valid.
I don't recall this every happening before but it is happening on this
project. We don't know of any settings that have been changed.
TIA,
Gary
the html in an aspx page so that it is virtually impossible to work with -
although it still executes properly. For instance it takes well formed html
that is indented for readability and converts everything to uppercase and
removes all carriage returns.
it converts this...............
<table>
<tr>
<td> vAlign=top>
<aspanel id="LEFTPANEL" runat="server" Width="400px">
<table... . . .
to this..........
<TABLE><TBODY><TR><TD vAlign=top><aspanel id="LEFTPANEL" runat="server"
Width="400px"><TABLE
The page is then full of errors saying that uppercase is not valid.
I don't recall this every happening before but it is happening on this
project. We don't know of any settings that have been changed.
TIA,
Gary