Re: Master Page in Asp.Net

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Sun, 11 Jun 2006 21:26:25 +0300, Eetu wrote:

Hello,

Asp.net 2.0 introduced a new component Master Page.
Does it do the same work like controller in MVC model or
what is it's purpose?

Master Pages are simply a way to standardize the look and feel of your page
across your site. You define a "boilerplate" page layout, then use
"Content Placeholders" to insert the html that is unique to a given page.

This is not related to MVC at all. If anything, Master Pages and Content
Pages are the "view" of the MVC.

Like to know what component in Asp.Net 2.0 act like
controller in MVC.

There is no MVC componens provided by ASP.NET. There are several third
party frameworks that give you MVC functionality (some free, some
commercial).
.



Relevant Pages

  • Re: Master Page in Asp.Net
    ... But how it's organized if MVC is not used and there are ... Asp.net 2.0 introduced a new component Master Page. ... Does it do the same work like controller in MVC model or ... "Content Placeholders" to insert the html that is unique to a given page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Future question of my own - Did DavidI kill Delphi, or announceaproductchange?
    ... ASP.NET's MVC. ... Nothing new that I see except that you're not wholly dependent on ... Most of the demo videos use master pages, ... Delphi/InterBase Weblog: http://blogs.teamb.com/craigstuntz ...
    (borland.public.delphi.non-technical)
  • Re: Future question of my own - Did DavidI kill Delphi, or announceaproductchange?
    ... really have what I'd call "support" for MVC right now. ... Delphi today, ... instead of master pages, but I haven't looked too closely at ASP.NET's MVC. ...
    (borland.public.delphi.non-technical)
  • Re: GUI in C#
    ... decouple "event-driven programming" from the MVC concept. ... > the controller code sits in the U/I layer, ... even though the pattern is described that way. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: A few questions regarding MVC
    ... circa 1970 version or some modern variation? ... Using the classic MVC archticture as a guide to understanding modern ... controller can take the appropriate actions. ... views are observers <- model ...
    (comp.object)