You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-23 04:01:26
Master Page Properties:
Designing Quizzes Designing Master Pages
Question:
What are the basic steps to reference master page properties from a content page?
Option A):
None
Option B):
Create a property in the master page code-behind file.
- Add the @ MasterType declaration to the .aspx content page.
- Reference the master page property from the content page using the syntax Master.<Property_Name>
Option C):
Create a property in the master page code-behind file.
- Reference the master page property from the content page using the syntax Master.<Property_Name>
Option D):
Create a property in the master page code-behind file.
- Reference the master page property from the content page using the syntax Master.<Property_Name>.
Correct Answer is Option B):
Create a property in the master page code-behind file.
- Add the @ MasterType declaration to the .aspx content page.
- Reference the master page property from the content page using the syntax Master.<Property_Name>
Failure is the first step towards seccess.
Offline
2015-09-23 04:01:26
- Advertisement
- Ads By Google
Re: Master Page Properties:
\n
Pages:: 1