hpl
Dec 5th, 2003, 03:20 AM
Sometimes when I have opened the design view and go back to the HTML it seems like all my code is exploded!
In som way VS tries to order the code but this goes wrong. Is it not possible to turn this off? In other words to lock the HTML code?
I have attached an example of the exploded code.
<TD class=tdheight1>
<asp:Label id=lblBend Runat="server" text="90° Bend"></asp:Label></TD>
<TD class=tdheight1>
<asp:TextBox id=txtBend20 Runat="server" Width="30px" cssClass="tastFelt">0</asp:TextBox></TD>
<TD class=tdheight1>
<asp:TextBox id=txtVBend20 Runat="server" Width="30px" cssClass="tastFelt">1,5</asp:TextBox></TD>
<TD class=tdheight1>
<asp:TextBox id=txtResBend20 Runat="server" Width="30px" readonly="True" cssClass="resFelt">0</asp:TextBox> </TD>
<TD class=tdheight1>
<asp:TextBox id=txtBend32 Runat="server" Width="30px" cssClass="tastFelt">0</asp:TextBox></TD>
<TD class=tdheight1>
In som way VS tries to order the code but this goes wrong. Is it not possible to turn this off? In other words to lock the HTML code?
I have attached an example of the exploded code.
<TD class=tdheight1>
<asp:Label id=lblBend Runat="server" text="90° Bend"></asp:Label></TD>
<TD class=tdheight1>
<asp:TextBox id=txtBend20 Runat="server" Width="30px" cssClass="tastFelt">0</asp:TextBox></TD>
<TD class=tdheight1>
<asp:TextBox id=txtVBend20 Runat="server" Width="30px" cssClass="tastFelt">1,5</asp:TextBox></TD>
<TD class=tdheight1>
<asp:TextBox id=txtResBend20 Runat="server" Width="30px" readonly="True" cssClass="resFelt">0</asp:TextBox> </TD>
<TD class=tdheight1>
<asp:TextBox id=txtBend32 Runat="server" Width="30px" cssClass="tastFelt">0</asp:TextBox></TD>
<TD class=tdheight1>