CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/17/2008 10:10:49 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 16 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
Avinash Desai
Asp.Net User
What is MASTER page?....3/17/2008 10:10:49 AM

0/0

Hi

I am creating a application using VB.Net and i wan to know what is this Master page ?....When i try to add new file there is a file called masterpage.Master where is this usefull and for what can any explain!!......

 


Thanks
~Avinash desai~

Please remember to click "Mark as Answer" on this post if it helped you.
mpaterson
Asp.Net User
Re: What is MASTER page?....3/17/2008 11:10:16 AM

0/0

Let's say every page on your site will have the same header, footer, and navigation.
You don't want to create the header, footer, and navigation for each page of your site.
Instead, you use a MasterPage which contains the header, footer, and navigation.
Than each page on your site will use the master page and add it's own "content".

On this site, every page has the same header (ie. logos and navigation at the top).
When you look at a post and reply to a post you are on different pages but the header is always the same.
This is done with a master page.


If everything happens for a reason what is the reason for this error?
Avinash Desai
Asp.Net User
Re: What is MASTER page?....3/17/2008 11:17:47 AM

0/0

 Hi

mpaterson

Thanks for your answer..Thanks a lot 


Thanks
~Avinash desai~

Please remember to click "Mark as Answer" on this post if it helped you.
mohamedabdul
Asp.Net User
Re: What is MASTER page?....3/17/2008 1:39:18 PM

0/0

 Master Page:

A Master Page enables you to share the same content among multiple content pages in a website. You can use a Master Page to create a common page layout. For example, if you want all the pages in your website to share a three-column layout, you can create the layout once in a Master Page and apply the layout to multiple content pages.

You also can use Master Pages to display common content in multiple pages. For example, if you want to display a standard header and footer in each page in your website, then you can create the standard header and footer in a Master Page.

By taking advantage of Master Pages, you can make your website easier to maintain, extend, and modify. If you need to add a new page to your website that looks just like the other pages in your website, then you simply need to apply the same Master Page to the new content page. If you decide to completely modify the design of your website, you do not need to change every content page. You can modify just a single Master Page to dramatically change the appearance of all the pages in your application.

You should have contentplaceholder control in master page . In .aspx page you should have Content control so that you can call the master page you have created in .aspx page and you should set MasterPageFile property

and ContentPlaceHolderID attribute as fallows:

Ex:

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Source_LogIn_Company_Dynamic_appoin_Default" Title="OuterStuff's Appointment Details" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.NET 2.0 Cookbook Authors: Michael A. Kittel, Geoffrey T. Leblond, Pages: 989, Published: 2005
QuarkXPress 6 for Macintosh and Windows: Visual QuickStart Guide Authors: Elaine Weinmann, Peter Lourekas, Pages: 16, Published: 2003
Macromedia Dreamweaver MX 2004: Training from the Source Authors: Jeffrey Bardzell, Pages: 512, Published: 2004
Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages Authors: Jacob J. Sanford, Pages: 474, Published: 2007

Web:
ASP.NET Master Pages Overview ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feel and standard ...
How to: Create a Minimal Master Page One of the first tasks that you must complete when configuring a Microsoft Office SharePoint Server 2007 Web site is to create one or more master pages.
The Pagemaster (1994) You may report errors and omissions on this page to the IMDb database managers. They will be examined and if approved will be included in a future update. ...
Introducing ASP.NET 2.0 Master Pages Microsoft has come to the rescue with Master Pages, which builds page template ... This article shows you how to use the new Master Pages feature to create ...
Master Pages In ASP.NET 2.0 Jul 18, 2005 ... A master page looks very similar to an ASPX file, ... Just like any ASPX form, our master page can contain code in a




Search This Site:










moving treenodes

need help in dotnetnuke 3.1.0

dottext.framework.dll in dottextweb/bin locked by an other process

file associations in visual web developer express

username who is accessing the application

login

asp.net when to use active directory authentication.

advanced .net only - javascipt and history and secure sites.

admin login stops working

login problems

x64 os doesn't delete files from vs

master pages + request.form help pleaaaase!!!

security exception with help module

docnetnuke.my-asp.net: vandalized

need advice on how to implement menu

failed to upload files with godaddy windows hosting

retrieving form values posted from an external site before authentication redirect?

need an opinion: best way to display the catalog zone

listbox view text by index

dotnetnuke 3.0.12 runs really slowly

asp menu using sitemapdatasource

using asp.net 2.0 membership and role providers for single sign on

catagories and meta data and km

gridview adapater column css style, how to get it?

inter module communication?

download visual web developer express edition 2005

register link redirects to home page

system.net.sockets.socketexception+webservice+sourabh das

asp.net 2.0 treeview indentation problems

installation error creating portal ! " error: path cannot be the empty string or all whitespace."

 
All Times Are GMT