Forums
This topic is locked
ASP.NET and Design mode
13 Oct 2006 21:41:47 Karl Berg posted:
I have a problem that Dreamweaver8.0.2 on one machine in Design Mode does just display [ASP:LABEL] for the last two asp:label rows following, but showing the Label text for the first one.
<asp:label id="lbl1" runat="server" Text="Namn1"/>
<asp:label id="lbl2" Runat="server" Text="">Namn2</asp:label>
<asp:label id="lbl3" Runat="server" Text=""/>
On other installations the Text is shown using the syntax in row two and the ID using the syntax in row three. It seems it just cares about Text="". Even if removing Text="" the ID is still not shown.
The same CD and installation has been done on several machines and this behaviour is just on one single machine.
Any guidance why design mode behaves different on different machines are appreciate.