Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 13th, 2006, 02:38 PM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET and Design mode

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.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Document design mode image dont show in IE7 h2c357 Javascript 0 May 3rd, 2007 09:21 AM
Crystal reports design view mode subhanak Crystal Reports 2 May 4th, 2006 01:29 PM
Best way to initialize values for design mode? WebDunce VB Components 1 March 31st, 2006 09:55 AM
XM 2004: Design and Split mode disabled? tawxic Dreamweaver (all versions) 1 December 2nd, 2004 04:53 PM
ASP.NET Design interface bmains VS.NET 2002/2003 4 April 9th, 2004 01:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.