473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Master Pages or Frames

I have to developer a site like the CRM of Microsoft (the user
interface), my original idea was do it with frames but, other friends
said me that not is correct, my site is as a template (header,left
menu,footer).

Wich is the best way to do it with master pages or frames, i'm trying
not load the menu in all pages.

Sorry my bad english!!!!

Thanks for you time,

Regards,
Aug 11 '08 #1
8 1616
"Kojikabutosv" <ko**********@gmail.comwrote in message
news:%2*****************@TK2MSFTNGP06.phx.gbl...
Which is the best way to do it with master pages or frames
Whichever is the more appropriate architecture for your web app.

Incidentally, MasterPages are not somehow the ASP.NET equivalent of
framesets. The two are not remotely similar - this is very common
misconception... A MasterPage is nothing more than a UserControl.
I'm trying not to load the menu in all pages.
Why?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 11 '08 #2
>
>I'm trying not to load the menu in all pages.

Why?
Thanks Mark for you time.

Actually, I'm starting in ASP.NET, and i'm sorry if my questions are basics.

About of the menu, Do you see the Microsoft CRM ? in this app, the menu
is not loaded in all pages only at the beginning and then load each page
(on the rigth side) of each link of the menu.

Thanks again!!!!

Jorge Díaz
Aug 11 '08 #3
"Kojikabutosv" <ko**********@gmail.comwrote in message
news:ON**************@TK2MSFTNGP05.phx.gbl...
>>I'm trying not to load the menu in all pages.

Why?

Thanks Mark for you time.

Actually, I'm starting in ASP.NET, and i'm sorry if my questions are
basics.

About of the menu, Do you see the Microsoft CRM?
Yes.
in this app, the menu is not loaded in all pages
Assuming you're looking at the latest version, then I think you'll find that
it is...

As mentioned previously, a MasterPage is a UserControl - it doesn't simulate
an HTML frameset. Like all UserControls, a MasterPage is loaded every time
its parent page (which, in this case, is a content page) is loaded. That's
the way MasterPages work. I understand fully that the term "MasterPage"
causes confusion - IMO, Microsoft should have named them something like
LayoutControls...

So, to reiterate, if you want framesets in ASP.NET, MasterPages won't help
you. But in ASP.NET, especially with the advent of AJAX, framesets simply
aren't required...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 11 '08 #4
regarding frames, in 2.0 or more recent, does each frame have it's own
session? If yes, then how to get around that?
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:OK**************@TK2MSFTNGP03.phx.gbl...
"Kojikabutosv" <ko**********@gmail.comwrote in message
news:ON**************@TK2MSFTNGP05.phx.gbl...
>>>I'm trying not to load the menu in all pages.

Why?

Thanks Mark for you time.

Actually, I'm starting in ASP.NET, and i'm sorry if my questions are
basics.

About of the menu, Do you see the Microsoft CRM?

Yes.
>in this app, the menu is not loaded in all pages

Assuming you're looking at the latest version, then I think you'll find
that it is...

As mentioned previously, a MasterPage is a UserControl - it doesn't
simulate an HTML frameset. Like all UserControls, a MasterPage is loaded
every time its parent page (which, in this case, is a content page) is
loaded. That's the way MasterPages work. I understand fully that the term
"MasterPage" causes confusion - IMO, Microsoft should have named them
something like LayoutControls...

So, to reiterate, if you want framesets in ASP.NET, MasterPages won't help
you. But in ASP.NET, especially with the advent of AJAX, framesets simply
aren't required...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 12 '08 #5
"my cats, Gag and yak" <mr********@comcast.netwrote in message
news:bo******************************@comcast.com. ..

[top-posting corrected]
regarding frames, in 2.0 or more recent, does each frame have it's own
session? If yes, then how to get around that?
Don't use frames - they're not needed in ASP.NET.

Or, if you really can't get your head round that and absolutely must use
framesets:
http://support.microsoft.com/kb/323752
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 12 '08 #6
Thank you Mark and Gag and Yak, i'm appreciate your time for helpme

Regards,

"Mark Rae [MVP]" <ma**@markNOSPAMrae.netescribió en el mensaje
news:O1**************@TK2MSFTNGP05.phx.gbl...
"my cats, Gag and yak" <mr********@comcast.netwrote in message
news:bo******************************@comcast.com. ..

[top-posting corrected]
>regarding frames, in 2.0 or more recent, does each frame have it's own
session? If yes, then how to get around that?

Don't use frames - they're not needed in ASP.NET.

Or, if you really can't get your head round that and absolutely must use
framesets:
http://support.microsoft.com/kb/323752
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 12 '08 #7
I'd suggest you go with Master Pages. (Framesets tend to come with a whole
host of other problems you'd probably need to solve once you get into it.)

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
http://iPhonePlaza.net
"Kojikabutosv" <ko**********@gmail.comwrote in message
news:%2*****************@TK2MSFTNGP06.phx.gbl...
>I have to developer a site like the CRM of Microsoft (the user interface),
my original idea was do it with frames but, other friends said me that not
is correct, my site is as a template (header,left menu,footer).

Wich is the best way to do it with master pages or frames, i'm trying not
load the menu in all pages.

Sorry my bad english!!!!

Thanks for you time,

Regards,
Aug 13 '08 #8
my cats, Gag and yak wrote:
regarding frames, in 2.0 or more recent, does each frame have it's own
session?
No. Not if they are on the same server and part of the same ASP.NET app.

Aug 15 '08 #9

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

Similar topics

20
by: M.Siler | last post by:
Let me first by saying I am NOT a .net programmer, but am very skilled with ASP, JavaScript, HTML, DHTML, Flash development. I've been reading through posts here about Frames vs. Master Pages and...
8
by: David Thielen | last post by:
Hi; Any strong arguments on using master pages vs frames when the header & footer are always the same and the main body is the part that keeps changing? -- thanks - dave
17
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...
5
by: Ryan | last post by:
Is there any way to apply a master page to existing pages that weren't previously using a master page? VB 2005. Thanks, Ryan
2
by: Ralph | last post by:
I'm upgrading and rewriting an old site to asp.net 2.0. Most definately want to replace frames and framesets with Masterpages. There was one and really only one feature of frames that I prefered....
4
by: Rob | last post by:
Hi, I have a master page that contains a table layout. The contentplaceholder is located in one of the table cells. With frames technology it was possible for hyperlinks to load the linked pages...
7
by: Dwight Johnson | last post by:
I am attempting to use Master Pages in a new website, and finding it troublesome. I also do not see a lot of entries in this group regarding them or their components, such as ContentPlaceHolders. ...
4
by: Harlequin | last post by:
I have a question concerning the need to trigger events within a "child" subform which is itself enbedded within a master "parent" form and which is accessible via a tab in the parent form. Becuase...
1
by: Nilam2477 | last post by:
I have Web application. In most of the forms Frames are used. We are planning to use Master pages instead of frames. Could you please let me know what are the advantages of using Master pages over...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...

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.