473,699 Members | 2,323 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET 2.0 Master Pages

Hello, all. I'm new to ASP.NET 2.0 and have been using Dreamweaver MX 2004
for about 2 years now and PHP. When I heard ASP.NET 2.0 allows master
pages, I thought that I should give it a try. One of the things I was
wondering about is if it is possible to easily use some of the many
available HTML templates that are on the web for designing a professional
looking website.

In Dreamweaver MX or whatever, I would buy a template and make some minor
changes to the editable regions defined within the template. I didn't have
to really create the webpage, the CSS and page layout and graphics were
already prepared.

Does anyone know if this is possible in ASP.NET 2.0? Are there particular
kinds of templates that I need? Can I easily convert existing templates to
work in ASP.NET 2.0? Can anyone recommend any good websites?

Thanks for all your help.

Nov 20 '05 #1
2 1172
I would say yes, any canned template can be reused but you need to learn how
to convert it. For example, only the HTML in the body of the canned template
is going to be reused as the prolog and the head for HTML files are written
into the .master file. There are other issues transferring CSS when using
Themes and Skins but its all do-able given the time to learn this new model.

I don't know of any defintive tutorials in the context you are asking about
but the following resources may prove helpful noting many of the documents
that are out there may discuss issues that were present during the beta but
have been changed after 2.0 was RTM.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1]
http://msdn.microsoft.com/msdnmag/is...s/default.aspx
[2] http://msdn2.microsoft.com/library/w...us,vs.80).aspx

"dm1608" <dm****@spam.ne t> wrote in message
news:eq******** *****@TK2MSFTNG P09.phx.gbl...
Hello, all. I'm new to ASP.NET 2.0 and have been using Dreamweaver MX
2004 for about 2 years now and PHP. When I heard ASP.NET 2.0 allows
master pages, I thought that I should give it a try. One of the things I
was wondering about is if it is possible to easily use some of the many
available HTML templates that are on the web for designing a professional
looking website.

In Dreamweaver MX or whatever, I would buy a template and make some minor
changes to the editable regions defined within the template. I didn't
have to really create the webpage, the CSS and page layout and graphics
were already prepared.

Does anyone know if this is possible in ASP.NET 2.0? Are there particular
kinds of templates that I need? Can I easily convert existing templates
to work in ASP.NET 2.0? Can anyone recommend any good websites?

Thanks for all your help.

Nov 20 '05 #2
Thanks for the kind reply.

I printed your suggestions and will read later tonight.

I hope some of these template companies start making/selling templates
specifically for ASP.NET 2.0. That would be nice.

"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I would say yes, any canned template can be reused but you need to learn
how to convert it. For example, only the HTML in the body of the canned
template is going to be reused as the prolog and the head for HTML files
are written into the .master file. There are other issues transferring CSS
when using Themes and Skins but its all do-able given the time to learn
this new model.

I don't know of any defintive tutorials in the context you are asking
about but the following resources may prove helpful noting many of the
documents that are out there may discuss issues that were present during
the beta but have been changed after 2.0 was RTM.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1]
http://msdn.microsoft.com/msdnmag/is...s/default.aspx
[2] http://msdn2.microsoft.com/library/w...us,vs.80).aspx

"dm1608" <dm****@spam.ne t> wrote in message
news:eq******** *****@TK2MSFTNG P09.phx.gbl...
Hello, all. I'm new to ASP.NET 2.0 and have been using Dreamweaver MX
2004 for about 2 years now and PHP. When I heard ASP.NET 2.0 allows
master pages, I thought that I should give it a try. One of the things I
was wondering about is if it is possible to easily use some of the many
available HTML templates that are on the web for designing a professional
looking website.

In Dreamweaver MX or whatever, I would buy a template and make some minor
changes to the editable regions defined within the template. I didn't
have to really create the webpage, the CSS and page layout and graphics
were already prepared.

Does anyone know if this is possible in ASP.NET 2.0? Are there
particular kinds of templates that I need? Can I easily convert existing
templates to work in ASP.NET 2.0? Can anyone recommend any good
websites?

Thanks for all your help.


Nov 20 '05 #3

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

Similar topics

1
1625
by: Sasha | last post by:
Hi all asp.net proffesionals out there, How do you implement master pages in your applications? What libraries do you use and what have been your experience? Sasha
5
2432
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the web part page? Does it take place at the page level? ...or the content area level? 3. Where is the Web Part Manager instantiated? ...in the Master Page? ....Content Page? ...elsewhere?
20
2420
by: Alan Silver | last post by:
Hello, In classic ASP, I used to use two include files on each page, one before and one after the main content, to provide a consistent layout across a web site. That way I could just change the include files to change the layout. When I came to ASP.NET, I used user controls to do a similar thing. I have just been looking at master pages, and it looks like they do the same thing. If so, is there any advantage in using them over the...
1
1869
by: Alan Silver | last post by:
Hello, I am just experimenting with master pages, and am trying to add a content placeholder in the <head> section, so that individual pages can set their own page title and meta tags. The master page looks like this... <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
17
3155
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content pages? Kinda sorta a critical point no? Am I missing something? Rob. P.S. the day I find a book that actually is useful rather than just a
7
8709
by: xkeops | last post by:
Thinking of creating a website, most of the pages will have a general toolbar menu, a content and a footer. The content will be the only one who's gonna change but the rest (header,footer) will remain the same. I am interested to know your opinions/suggestions in finding an easy way of doing it. In asp one could have something like this:
8
6695
by: JT | last post by:
Hi, I have done a fair amount of style editing inline in ASP. I'm now using VS 2005 with a standard web project (not Web Application Project). This is my first foray into CSS in a style sheet and also my first true attempt at using master pages. I tried setting up a style sheet with a simple setting to float an image to the right and it had no effect on the image. Then, I tried putting the style code in my ASPX file as such,
3
5972
by: Rich | last post by:
Hi, I want to use 2 master pages, one for the main part of the site, the other for the admin pages. They are quite similar, with many shared elements. Ideally I would like to have a parent master page, which both of these child master pages are based on, and in turn the final pages are based on one of these child master pages.
13
5309
by: Kirk | last post by:
I have been reading Scott Allen's article on Master Pages (http:// odetocode.com/Articles/450.aspx) but I am having problems understanding a concept. Specifically, I have created a property (called "CurFlag") on my master page that can be accessed from content pages, but not from separate code modules. I tried doing something like this in my VB code module: Dim myMaster As MasterPage = CType(ProjectMgmt.Master, MasterPage)
6
1688
by: Mickey | last post by:
Coming from a Dreamweaver/ASP/PHP background. Planning to use Visual Studio 2008 for a website. Complete newbie question here (please be gentle!): Do master pages work similar to Dreamweaver templates in that when the master page is updated, all the child pages created from the master page are updated and then they all need to be uploaded to the server? Or do you only have to upload the master page after an update?
0
8620
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
9180
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
9038
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
8920
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
8887
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
7755
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
6536
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
4633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2012
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.