473,782 Members | 2,479 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

P. Wilson's MasterPages

So a new project has inspired me to look into page Templating once again.
My current approach of dynamically loading user controls
(http://www.ntsdirect.com) seems "hacky" for a larger scale site, maybe even
for that little site linked to above.

Either way, I would like to find out more about my options. I know that
Whidby has this great new MasterPage solution....but that doesn't help me
right now. What are most of you using? Are most people rolling their own
or is there a good open source base solution out there?

Has anyone used Paul Wilson's solution? if so, what do you think?
Thaks for any info!

-Steve
Nov 18 '05 #1
2 1194
The dynamic loading of user controls works, but it can be hacky, esp. if you
are not truly running a completely OO application. Master Pages work very
nicely, but you are right, they are not here yet. For getting a look out
quickly, you can save a aspx page with the look, but then it is only a
template at creation time. Any changes revert.

For HTML elements, I use Dreamweaver templates, but you have to be careful
when using ASP.NET elements, as you cannot delete anything or you get an
exception. It works relatively well for the more "chromed" sections of the
site.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"neverstill " <sk************ @yahoo.com> wrote in message
news:OZ******** *****@TK2MSFTNG P10.phx.gbl...
So a new project has inspired me to look into page Templating once again.
My current approach of dynamically loading user controls
(http://www.ntsdirect.com) seems "hacky" for a larger scale site, maybe even for that little site linked to above.

Either way, I would like to find out more about my options. I know that
Whidby has this great new MasterPage solution....but that doesn't help me
right now. What are most of you using? Are most people rolling their own
or is there a good open source base solution out there?

Has anyone used Paul Wilson's solution? if so, what do you think?
Thaks for any info!

-Steve

Nov 18 '05 #2
Thanks Gregory,

I looked into Paul Wilson's MasterPages mod... it's pretty easy and fast to
implement. I've already got a framework chopped out and it took a couple
hours. Either way, thanks for your opinion though, cause I'm still trying
stuff out ;)
"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamM> wrote in
message news:eH******** ********@TK2MSF TNGP12.phx.gbl. ..
The dynamic loading of user controls works, but it can be hacky, esp. if you are not truly running a completely OO application. Master Pages work very
nicely, but you are right, they are not here yet. For getting a look out
quickly, you can save a aspx page with the look, but then it is only a
template at creation time. Any changes revert.

For HTML elements, I use Dreamweaver templates, but you have to be careful
when using ASP.NET elements, as you cannot delete anything or you get an
exception. It works relatively well for the more "chromed" sections of the
site.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"neverstill " <sk************ @yahoo.com> wrote in message
news:OZ******** *****@TK2MSFTNG P10.phx.gbl...
So a new project has inspired me to look into page Templating once again. My current approach of dynamically loading user controls
(http://www.ntsdirect.com) seems "hacky" for a larger scale site, maybe

even
for that little site linked to above.

Either way, I would like to find out more about my options. I know that
Whidby has this great new MasterPage solution....but that doesn't help me right now. What are most of you using? Are most people rolling their own or is there a good open source base solution out there?

Has anyone used Paul Wilson's solution? if so, what do you think?
Thaks for any info!

-Steve


Nov 18 '05 #3

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

Similar topics

1
1553
by: Roger Walter | last post by:
When using the MasterPages form Templating from ASP.NET web Controls, and also using another templating process that uses User Controls, I get a border around the entire page when it is rendered to the browser. Do you know how I can get rid of this. My template has a header, sides, main body, and footer, and around all of this is this border. Even in VS during design, I can not move the user control or MasterPages Container into this...
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?
3
1781
by: Lars W. Andersen | last post by:
Hi, I am looking for a good - easy to comprehend little CMS application for my "beginners" asp.net 2.0 site. It must be able to use Access as the database (only a couple of people will be posting and editing news articles). I use masterpages so it needs to be able to publish content in the ContentPlaceholder server controls.
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.
5
4319
by: Nick Wouters | last post by:
Dear All In Classic ASP I used CSS for ALL layout. Now in ASP.NET version 2 I am testing out Masterpages as they come in very handy. It seems like it is replacing CSS for layout but what is the best choise? 1) Using Masterpages with Themes (css / images / skins included in this theme)
6
1982
by: =?Utf-8?B?U3RlcGhlbiBIYXRmaWVsZA==?= | last post by:
I have two masterpages in a web application. One is used for the login and logout pages. The other is used for all other pages in the application. The difference between the two masterpages is that on the main one I have a user control in the left side that has the site navigation menu while the login/logout masterpage has a non-breaking space in that table cell. Everything else is exactly the same. The issue is that the login/logout...
0
1057
by: gr8oblivion | last post by:
Hi everyone, I'm using .Net 1.1 to create a c# web application... and I want to use Wilson's Master Pages. The problem is, I'm planning on hosting it on Brinkster which does not allow codebehind/dlls. So I need help with "converting" the free Wilson's Master Pages source code to inline- code... if that's even possible. Normally, with Master Pages you need the register directive to register the Master Pages assembly/namespance:
8
11793
by: Mort Strom | last post by:
Right now the header of my master page contains all of the CSS styles for all of the pages that might be loaded in my ContentPlaceHolder. The problem is that my <styletag is getting too large to manage. I have 300 lines of styles in my masterpage and I don't need all of this for every page -- somehow this can't be a smart way of managing styles. How do I programmatically apply styles in my MasterPage based on the ContentPlaceHolder...
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10311
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
10146
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
10080
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
9942
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
5509
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4043
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
3639
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2874
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.