473,776 Members | 1,565 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Migrating Dynamic Web Templates into Master Pages

Currently I have a FP2003 site using Dynamic Web Templates. I plan to
use VS
to design a series of master pages to replace the DWTs. Does anyone
know if there is an automated mechanism to extract the body from the
DWT pages and drop it into then new
master pages?

I imagine it's a process very similar to the way you can select a plain
site, then choose to attach the DWTs in one shot.

Thanks
Mark

Dec 1 '06 #1
1 1145
If anyone cares, answer is "YES", Expression web can map div containers
from the template pages into the specified div containers in master
pages so migration should be a couple click operation for the whole
site.

Mark wrote:
Currently I have a FP2003 site using Dynamic Web Templates. I plan to
use VS
to design a series of master pages to replace the DWTs. Does anyone
know if there is an automated mechanism to extract the body from the
DWT pages and drop it into then new
master pages?

I imagine it's a process very similar to the way you can select a plain
site, then choose to attach the DWTs in one shot.

Thanks
Mark
Jan 21 '07 #2

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

Similar topics

1
1622
by: nLella | last post by:
I am trying to build a new web application and trying to implement either templates or master pages in it. I tried to read several articles but could not actually deside on weather to go with the template approach(http://forums.asp.net/ShowPost.aspx?PageIndex=6&PostID=4692#66176) or with The masterpages approach(http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=385) Can you please suggest me which one to use and why?
6
1375
by: Mitch | last post by:
I'm trying to use page inheritance so that I can derive all web pages from a template. There are a bunch of examples at this site http://authors.aspalliance.com/PaulWilson/Articles/?id=1, but strangely enough, not a single one works with my design. My format is quite simple: large table direcly under the <HTML> tag contains a header usercontrol, a left side menu usercontrol and then page content. Here is a simplified representation of...
2
1047
by: Cowboy \(Gregory A. Beamer\) | last post by:
Here is a little trick that might help some developers. As you may, or may not, be aware, ASP.NET 2.0 (Whidbey) gives the abilities to add a master page. This is great news for developers. But, what if you have an application where you have a skin (the common portion of the page) created and need to create multiple pages from it ... and are using version 1.0/1.1? While I cannot solve updates with this technique, there is a small trick...
4
2020
by: John Holmes | last post by:
With ASP we have setup a pretty good method for maintaining a consistent look and feel with minimal effort. The method has it's pros and cons, but the maintenance is minimal. The method consists of utilizing a single default.asp page to call any page on the site passing query parameters with the page to determine what page and associated menu to load. The menu info is maintained in a database and a COM+ dll is utilized to go to the...
2
1305
by: Natan | last post by:
I have been using an implementation of that Paul Wilson`s master pages for asp.net 1.1. It`s nice, but there is a problem that generally in big sites, templates must be based on other templates, or i would end with 50 template files... I have seen another implementation that puts one layer between the content and the template, so there is one template more. But i think it`s still not enough.. some sites will still require lots of...
1
2949
by: LilC | last post by:
I'm creating an application that has a standard layout for all pages. The information that is displayed in the layout will be dynamic based on the user that is logged in. Thus when a page is browsed to, I need to check to see if the user has logged in or not. Then if they have logged in, I need to pull their information from the database to display in the header. In previous applications, I made use of a base web page that all the...
0
1258
by: xkeops | last post by:
I have a C# web app ... just playing around with master pages, themes and skins. I have read Scott's article: http://odetocode.com/Blogs/scott/archive/2005/12/09/2604.aspx Still not really clear for me. How can I apply a theme for a master page design app other than static in web config:
1
1343
by: Von Shean | last post by:
I have a website that i have migrated VS 2003 to VS 2005. I have done some work like adding master pages and making rest of the pages as content pages. However, now i want the site to be completly Ajaxed. I have a asp.net 2.0's menu control in my master page. I need the ContentPlaceHolder should only get refreshed when i select any menuItem. Is there an easy way to do this.
1
1316
by: Rishi Boparai | last post by:
I'm using Dreamweaver to create the layout and manage my ASP.net 2 site. However, all ""code-behind"" is done in Visual Studio 2005 On my ASP.net pages I need to have a different declaration at the top of each page, e.g.: It was my understanding that Dreamweaver would leave alone any code outside of the < html tag However, whenever I update my template, the ASP.net declarations in the pages based on the template are removed by...
0
9462
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
10287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10119
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...
0
9922
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
6721
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
5492
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4030
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3621
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2859
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.