 |
Refer Listing To A Friend |
|
|
 |
SUGGEST ASP.NET 2.0 Referencing Master Page Members TO A FRIEND...
If you have a friend that you would like to recommend this page to,
or if you just want to send yourself a reminder, here is the easy
way to do it!
Simply fill in the e-mail address of the person(s) you wish to tell
about ASP.NET 2.0 Referencing Master Page Members, your name and e-mail address (so they do
not think it is spam and can reply to you directly with gracious thanks),
and click the SEND button.
If you want to, you can also enter a message that will be included
on the e-mail.
After sending the e-mail, you will be transported back to the
page you recommended!
| Resource Title: |
ASP.NET 2.0 Referencing Master Page Members |
| URL: | [CLICK HERE] |
| Description: |
In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties.
Members of the Master page can be referenced by content pages. These members can be methods, properties or controls. The constraint for property reference is theat the property has to be declared as public members of the master page. They could be public page scope variables, public propertis and public methods. Let us work out a simple example. The developer wants to set the title of a content page or to add a style sheet on a per page basis. Code will have to be added to the Page_Load event. The Header property on the Page class exposes the content of the< head > tag as programmable entities.
| |
|
|
|
 |
|