Master Page in asp.net 2.0

Master pages let you make a consistent layout for your application, you can make one master page that holds the layout/look & feel and common functionality of your whole application and upon this master page, you can build all the other pages, we call these pages Content Pages.
Visit these links for details

http://www.devx.com/dotnet/Article/18042
http://www.codeproject.com/KB/aspnet/masterpages.aspx

Comments

Popular posts from this blog

EBITDA

How to create a bash profile

__doPostBack Function