Re: Master Page in Asp.Net
- From: Erik Funkenbusch <erik@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 11 Jun 2006 17:05:57 -0500
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).
.
- Follow-Ups:
- Re: Master Page in Asp.Net
- From: Eetu
- Re: Master Page in Asp.Net
- References:
- Master Page in Asp.Net
- From: Eetu
- Master Page in Asp.Net
- Prev by Date: Re: Master page/content page asp control ID's
- Next by Date: Re: Global application Masterpages and Intellisense
- Previous by thread: Master Page in Asp.Net
- Next by thread: Re: Master Page in Asp.Net
- Index(es):
Relevant Pages
|