|
A Master page offers a template for one or more web forms.
It defines placeholders for the content, which can be overridden by the content
pages. The content pages contains only content.............
Read answer
Master pages enables consistent and standardized layout to the
website.
You can make layout changes of the site in the master page instead of making
change in the pages...............
Read
answer
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..............
Read answer
Steps to create Master Page
Right-click your web project in the Solution Explorer window
Select Add New Item. Select the Master Page item type from the Add New Item
dialog.................
Read answer
Also read
ASP.NET 2.0 introduces a new concept known as master pages, in which a common
base master file contains the common look and feel and standard behavior for
all the pages in your application. Once the common content is placed in the
master page, the content pages (child pages) can inherit content from the
master pages apart from adding their content to the final output..........
Define Validation Control in ASP.NET. | What are the
validation types supported by ASP.NET? | Describe the steps to use Validation
Control.
Explain the .Net Framework. | Describe the .Net Framework
Architecture. | What are the components of the .Net Framework. | Explain the
role of assembly in the .Net Framework. | Describe the GAC in the .Net
Framework.
With ASP.NET 2.0, things have changed for the better. For security-related
functionalities, ASP.NET 2.0 introduces a wide range of new
controls..............
In addition to the new controls, ASP.NET 2.0 also provides numerous enhancements
to existing controls that make these controls more versatile than ever before
in building component-based web pages. For example, the Panel control now has a
DefaultButton property that specifies which button should be clicked if the
user presses the Enter key while the panel has the focus.........
With ASP.NET 2.0, Microsoft introduces a new feature known as validation groups,
which enables you to create different groups of validation controls and assign
them to input controls, such as text boxes. You can assign a validation group
to a collection of input controls if you want to validate the collection of
input controls on the same criteria............
The passing of the control from the child to the parent is called as
bubbling..........
ASP.NET runs inside the process of IIS due to which there are two authentication
layers which exist in the system.............
Custom authentication needs installation of ISAPI filter in IIS.........
|