I am using Visual Studio 2008 (ver 9.0.30729.1 SP) with Sp1 and .Net 3.5SP1 on Vista Ultimate.
When I create add a menu using the control on the Toolbox's Navigation tab, everything goes just fine at first - the menu get created and items can be added with no problem.
However, after editing the menu the first time i can add items in Design View and all appears well. If I save the aspx file and reopen it later, the later changes to the menu do not appear. It appears that the changes being made while in Design view appear
on the screen, but are not being applied to the html. I have checked this and verified - switching between Design and Source views shows that what is shown in Design view is not being applied to the source code (html).
Any ideas out there about how to fix this? Anyone else seen this?
Member
1 Points
2 Posts
Visual Studio 2008 - html not updating with design view
Feb 04, 2009 12:49 PM|ndoharris|LINK
I am using Visual Studio 2008 (ver 9.0.30729.1 SP) with Sp1 and .Net 3.5SP1 on Vista Ultimate.
When I create add a menu using the control on the Toolbox's Navigation tab, everything goes just fine at first - the menu get created and items can be added with no problem.
However, after editing the menu the first time i can add items in Design View and all appears well. If I save the aspx file and reopen it later, the later changes to the menu do not appear. It appears that the changes being made while in Design view appear on the screen, but are not being applied to the html. I have checked this and verified - switching between Design and Source views shows that what is shown in Design view is not being applied to the source code (html).
Any ideas out there about how to fix this? Anyone else seen this?
Thanks in advance for any help.
menu control source not updating