473,806 Members | 2,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP & Master Pages

ASP.NET 2.0 is said to implement a great feature called Master Pages, does
PHP support htis feature or is it something that may be implemented soon ?

Thanks

Murphy
Jul 17 '05 #1
4 5270
Murphy wrote:
ASP.NET 2.0 is said to implement a great feature called Master Pages, does
PHP support htis feature or is it something that may be implemented soon ?

Thanks

Murphy

Do we have to learn asp.net 2 to find out what you're talking about, or
would you care to expand on this subject a bit?

Steve
Jul 17 '05 #2

"Steve" <Th*****@Aint.v alid> wrote in message
news:cq******** **@lust.ihug.co .nz...
Murphy wrote:
ASP.NET 2.0 is said to implement a great feature called Master Pages, does PHP support htis feature or is it something that may be implemented soon ?
Thanks

Murphy

Do we have to learn asp.net 2 to find out what you're talking about, or
would you care to expand on this subject a bit?

Steve

:) Sorry

Master pages are where a website page template can be implemented and can
the updated/changed for the entire site in one location...
http://authors.aspalliance.com/PaulW...rticles/?id=13
Jul 17 '05 #3
Murphy wrote:
"Steve" <Th*****@Aint.v alid> wrote in message
news:cq******** **@lust.ihug.co .nz...
Murphy wrote:
ASP.NET 2.0 is said to implement a great feature called Master Pages,
does
PHP support htis feature or is it something that may be implemented soon
?
Thanks

Murphy


Do we have to learn asp.net 2 to find out what you're talking about, or
would you care to expand on this subject a bit?

Steve


:) Sorry

Master pages are where a website page template can be implemented and can
the updated/changed for the entire site in one location...
http://authors.aspalliance.com/PaulW...rticles/?id=13

In that case, I'd suggest etomite...
Jul 17 '05 #4
PHP has that facility, but they are not called master pages. You must also
remember that PHP is not the same as ASP so do not expect that an ASP
feature has a direct equivalent in PHP. The feature may be there, it may
have a different name, and it may work differently. When in doubt, read the
manual.

--
Tony Marston

http://www.tonymarston.net

"Murphy" <mu****@nospam. com> wrote in message
news:m5******** **********@news-server.bigpond. net.au...

"Steve" <Th*****@Aint.v alid> wrote in message
news:cq******** **@lust.ihug.co .nz...
Murphy wrote:
> ASP.NET 2.0 is said to implement a great feature called Master Pages, does > PHP support htis feature or is it something that may be implemented
> soon ? >
> Thanks
>
> Murphy
>
>

Do we have to learn asp.net 2 to find out what you're talking about, or
would you care to expand on this subject a bit?

Steve

:) Sorry

Master pages are where a website page template can be implemented and can
the updated/changed for the entire site in one location...
http://authors.aspalliance.com/PaulW...rticles/?id=13

Jul 17 '05 #5

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

Similar topics

7
1874
by: Nick Bolton | last post by:
Hello, Maybe a common case, but I really want to not so much as migrate from PHP/MySQL to C# .NET but learn the new language. I have made maybe 3/4 very simple systems using C# .NET, but they all seem to be a little, well simple -- and not uniform at all. When I use PHP, I always incorperate some kind of template system, so, say I have a master template and a child template which is loaded
1
4861
by: Carl Gilbert | last post by:
Hi I am trying to get a site working with some 1&1 web space. I have the MS Business Pro account which has ASP.NET Support and SQL Server. I am trying to get an online gallery to work but I can not get the default.aspx page to load. I can not even get a really simple aspx page to load. Default page: http://www.gallerox.com/default.aspx When I try to load the page I get the following warning:
4
8938
by: Greg | last post by:
I'm guessing the problem I'm having has something to do with Master Pages or DetailsView because the exact same code works fine on a page without a Master Page and DetailsView controls. The problem is, when the javascript fires on the txtDateRequiredOut TextBox in IE, I get "Error on Page" in the status bar and the error says: "Object Expected". Viewing the source of the page while running shows a link created properly for the linked...
3
3778
by: dmm | last post by:
Hi all, I am using master pages and am having a bit of an issue. As part of my masterpage I want to display the user's current logged in status using the LoginView. However I get the following error: Control 'loginView' of type 'LoginView' must be placed inside a form tag with runat=server. I can see that the LoginView is indeed being rendered outside the form tag - which seems to surround the content placeholder - so I understand the...
2
3755
by: Rob R. Ainscough | last post by:
I'm using forms authentication along with Master pages -- my authenticated forms reside is a sub-dir (Secure) below the web site root dir. The problem is that any graphics placed on the Master page do NOT appear in any of the web forms located in my Secure dir, however, any forms off the root of my web app will display the master page with the graphics. Is there some trick to get master pages to work with forms authentication of forms...
17
4622
by: MeerkatInFrance | last post by:
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever one calls it) All I want to do is show a Google map on the slave page. The map that Google gives as an example when it gives you a key would be just fine. I have searched high and low for a means of doing this but all I could find
4
2199
by: Janet | last post by:
Hi, I'm trying to use the master/detail page to display the information of staff. The master page will display some general information, while the differen detail pages will show the different kinds of staff details, like family member details, contact information, etc. Hence, this case, I'll have - Staff.master - Family.aspx
0
2753
by: dixonjm | last post by:
Hi, I have a master page & various pages that will use this master page. Each content page will have a CSS & JS file which will be named the same as the content page. When I try to load the CSS & JS files using the code behind of the content page, my buttons aren't rendered and Im not sure why? Here is the code for my content page - Properties.aspx:- <%@ Page Language="C#" AutoEventWireup="true" Title="Properties"...
1
1228
by: Michael Nemtsev [MVP] | last post by:
Hello gerry, Everything ok with your code - it works fine and I see controls in designer - i just rebuld project and everything okey-dokey As I understand u are using VS 2008. Try to install the VS 2008 hotfix - it was shiped this february. google to find it ---
0
9598
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
10623
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
10371
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
9192
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
7650
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
6877
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
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5683
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3010
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.