Master pages are the best way if you want consistent look of you website over all pages. Think of all those web sites you surf all day and see the constant part of the pages: header, footer and site maps, and so on. This can be brought very easily and effectively with the help of master pages. A very good series of introductory master page tutorial can be found here.
http://www.asp.net/learn/master-pages/tutorial-01-cs.aspx
This is the first tutorial on the series. The later ones will teach many tips and tricks. Don't take it simply. It can do wonder to your sites. You will find there code package too. Enjoy!
Monday, July 21, 2008
Master Pages for consistent design of ASP.NET pages
Labels:
ASP.NET,
ASP.NET Design
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Most of the times programmers fill the DataTable from database. This action fills the schema of the database table into the DataTable . We ...
-
I have found much tricks in different tutorials and forums on opening new window in asp.net web page, using JavaScript, jquery etc. Here I h...
-
The asp.net Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView data bound controls. The difference between ...
-
I have oracle database installed in my computer. My Operating system is XP. I wrote an application in asp.net. It connected to oracle databa...
-
Last time I got the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related ...
-
Last time we talked about Refreshing the parent page from child window in asp.net using javascript . This technique is useful in many scenar...
-
We do have a folder (and a number of sub folders) with a number of various files in those folders (and sub folders). Now we do need to list ...
-
In this post, I am explaining the button click functionality on key press in a textbox. I am using javascript to link the input textbox and ...
-
Much often we open child windows from parent web page . In the child page we perform some activities, and later close the window. At the ver...
-
The default behaviour of asp.net gridview is that it hides both Gridview header and footer when no data is present. You can note the absence...
0 comments:
Post a Comment
Hope you liked this post. You can leave your message or you can put your valuable suggestions on this post here. Thanks for the sharing and cooperation!