October 2010
Intermediate to advanced
1920 pages
73h 55m
English
You create a Master Page by creating a file that ends with the .master extension. You can locate a Master Page file any place within an application. Furthermore, you can add multiple Master Pages to the same application.
For example, Listing 5.1 contains a simple Master Page.
Listing 5.1. SimpleMaster.master



The Master Page in Listing 5.1 looks similar to a normal ASP.NET page. You can place almost all the same elements ...
Read now
Unlock full access