ASP.NET 2.0 Tutorials : Creating Content for Master Page

In this tutorial you will learn how to create contents for a Master Page, create a home page, add contents to home page and finally test the home page.

Creating Content for the Master Page

The template for the content is now ready. We shall proceed to define content for the master page by creating an ASP.NET page that is attached to the Master Page. Content pages are specialized forms of .aspx pages that only contain the content. Content can be text or controls. We shall create a content page for the Home page and another for the About page.

To create the home page

1. In Solution Explorer, right-click the name of the Web site, and click Add New Item.


Read More...

http://www.exforsys.com/content/view/1625/354/