473,748 Members | 10,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

When will VS2005 support nested Master Pages in design mode?

Hello,
for a large web site project we would like to use nested Master Pages.

Unfortunely VS2005 is not able to show pages in design mode when
nested Master pages are used.

This has the consequence that also each content page cannot be used in
design mode.

It is impossible to design hundrets of pages in source mode without design
mode.

Question:
can it be that there will be an update or service pack for Visual Studio
2005 in
the near future and that after this nested master pages are supported in
design mode ?

We would then wait with our work until it would be there.
In other case we must use another way.

Thank you for any help.
Rolf Welskes


Aug 23 '06 #1
3 1703
I have had some success designing the page content as a web user
component in the designer, testing it with dummy pages not based on the
master then finally creating a page based on the master which
incorporates the component.

Rolf Welskes wrote:
Hello,
for a large web site project we would like to use nested Master Pages.

Unfortunely VS2005 is not able to show pages in design mode when
nested Master pages are used.

This has the consequence that also each content page cannot be used in
design mode.

It is impossible to design hundrets of pages in source mode without design
mode.

Question:
can it be that there will be an update or service pack for Visual Studio
2005 in
the near future and that after this nested master pages are supported in
design mode ?

We would then wait with our work until it would be there.
In other case we must use another way.

Thank you for any help.
Rolf Welskes
Aug 23 '06 #2
Hello Rolf,

ScottGu has some good blog entries for tips and tricks for dealing with
nested master pages:

http://weblogs.asp.net/scottgu/archi...11/430382.aspx

he updates that entry with another:
http://weblogs.asp.net/scottgu/archi...ter-Pages.aspx

In the second entry he points to a more in depth article:
http://odetocode.com/Articles/450.aspx

--
enjoy - brians
http://www.limbertech.com
"Rolf Welskes" wrote:
Hello,
for a large web site project we would like to use nested Master Pages.

Unfortunely VS2005 is not able to show pages in design mode when
nested Master pages are used.

This has the consequence that also each content page cannot be used in
design mode.

It is impossible to design hundrets of pages in source mode without design
mode.

Question:
can it be that there will be an update or service pack for Visual Studio
2005 in
the near future and that after this nested master pages are supported in
design mode ?

We would then wait with our work until it would be there.
In other case we must use another way.

Thank you for any help.
Rolf Welskes


Aug 24 '06 #3
Thanks for Brians's informative inputs,

Hi Rolf,

Based on my research, this is a high priority feature request which is
voted frequently by community users. Our internal web platform & tools
team has recorded this request and plan to add the nested master page
design-time support in next release of Visual Studio(code name Orcas).

Here is the public request entry on the product feedback center:

http://connect.microsoft.com/VisualS...k.aspx?Feedbac
kID=103439

You can also vote on this request. As mentioned in the request entry, In
the current VS 2005 RTM version, you can at least specify that the
end-point content page or child master-pages simply define a
masterpagefile= "" (empty string), that will still permit you to go to
design-view. However, you'll need to put back the real value for the
runtime.

Anyway, the product team has put high priority on these features(like the
nested master page or global master page in web.config's design-time
support) since these features is conform to the best practices we recommend
to develop reusable and maintainable web application.

If you have any other requests or commens, also welcome to submit in the
feedback center:

http://connect.microsoft.com/feedbac...spx?SiteID=210
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.
Aug 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2467
by: iturner100 | last post by:
Hi, I've been struggling with this one for a couple of hours without much joy. Basically, I've got a set of nested masterpages (3 as it happens). I'm dynamically generating a new page in code and want to be able to populate the ContentPlaceholders of the inner-most masterpage at run-time.
2
2058
by: Rob Dob | last post by:
Hi, How do I go about installing another Web Site Project inside my existing VS2005 website project. I currently have both a forum WSP and my main WSP application within the same solution. Both compile and run without error. However they are separate applications and I would like to have them together in order to make use of my masterpages, and share controls between. Do I need to combine the web.config files? I figured I would just...
4
1478
by: D | last post by:
Hi, I've been toying around with master pages and am trying to set up your standard banner across the top and 3 areas below that, left content, center content and right content. I have the banner part being the top level master page and the left content be nested master page named subMaster.master. In this I have 3 div's that I've named
3
2199
by: Tim_Mac | last post by:
hi, i'm using a web application project in VS2005. i have a User Control Template.ascx in the '~/UserControls' folder with the following signature: public partial class GpTemplate : System.Web.UI.UserControl I have the user control registered in web.config as follows: <pages> <controls> <add tagPrefix="uc1" src="~/UserControls/Template.ascx" tagName="GpTemplate"/>
3
2453
by: Ronald S. Cook | last post by:
For my web pages that have an associated master page, when I try to work with them in design mode, I get this "gray film" over it and I can edit only the master. How can I get to my page in design mode without having to remove the association with the master page? Thanks, Ron
8
1976
by: =?Utf-8?B?UGV0ZXJX?= | last post by:
I install Visual Studio 2005 Pro on Vista. I open and migrate a 2003 web project to 2005. I attempt to browse an aspx file from the Solution Exploer. It displays a blank html page. I create a master page with 3 content placeholders. I create a WebForm that uses the master and then browse it to have a look. I get an empty html page. I change from the IIS to the internal server. No change. Only displays blank page.
6
3502
by: Homer J. Simpson | last post by:
Hi all, I have enough experience with HTML/classic ASP to get by, and I'm trying to learn ASP.NET. Traditionally, I've taken the habit of breaking out extra-long CSS files into multiple, smaller ones, and referring to them in my HTML/ASP files on an as-needed basis. Essentially, I've organized things as: /default.asp
2
3168
by: teixeira1985 | last post by:
Hi , Due an unknown cause VS2005 started to show an error when i switch from code to design in windows forms projects. I repaired the installation but the same happens. The error is: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.
1
1179
by: shapper | last post by:
Hello, I am using ASP.NET 3.5 and VS 2008 to create 2 level Nested Master pages. I am adding the controls and the content place holders at runtime. However now my child pages do not recognize the master pages content place holders. How can I solve this?
0
8823
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9312
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9238
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8237
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6793
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.