I have written a basic tutorial on understnading asp.net masterpage model for beginner asp.net developer. You guys can read it here: asp.net masteroage Hope this will help beginners. Waiting for your feedbacks on the tutorial.
Damm i love Masterpages, almost wet myself the first time i used them ...saved me so many hours of work ;D
nice article, it would be nice if the code snippets where in a code bbcode or something to help them stand out and hold formatting.
Master pages are just use as a global wrapper... can live without it easily, its just an include Especially with HTML now being directly injectable into VB methods
Guyz . Instead of using MASTERPAGES its very easy to implement the same idea using a concept called WEBUSERCONTROL
If you have big website and later on you decide to change the main layout, with your concept, you will have to change the layout of every single page as they have individual web control that doesn't consist of the main layout..
Master pages are nothing but template pages that you can use to hold your header, footer or any other static content that you need not work on every page. This makes managinig your site very easy.
I really do not agree with using web controls as oppose to MasterPages. MasterPages give you a lot more functionality and seriously cut down your development time.
Try syntax highlighting which will help to understand the code more effectively. Rest, the tutorial is very nice and interesting.
u can show this master page layout on every page of ur website ...means every page will show the same page design as u will gie in ur masterpage
hi master page which is use or making in a website application or pages.the master page is work a staticly and run on staticly.it consider all web form pages.