ASP.NET Multiple Master Page

Define Multiple Master Page.

In ASP.NET, you can have multiple master pages each for a different purpose. You can provide users several layout options using Multiple Master Page. You can define Master Page at multiple places in the web application.

- You can specify page-level using the @Page dierective.

- You can specify using the Web.config.

Remember that the definition closest to the user wins that means page-level definition supersedes site-level definition.
ASP.NET Master Page
ASP.NET Master Page - Steps to create Master Page - Right-click your web project in the Solution Explorer window....
Session, SessionId and Session State in ASP.NET
ASP.NET - Session, SessionId and Session State - A session is the duration of connectivity between a client and a server application.....
ASP.NET Session Identifier
ASP.NET - What is Session Identifier? - Session Identifier is used to identify session. It has SessionID property....
Post your comment