Hi,
I'm trying to have one master page for my webapplication layout, this
master page hage 3 contentPlaceHolder s, and I have 3 aspx files, with
one Content control inside each of them, how can I show master page
with all contents inside without putting all contents in one file ?
-madani
Scott Allen - 23 Oct 2005 21:43 GMT
Hi madani:
Master pages just won't work in the way you want. You need to use one
aspx file with multiple Content controls.
--
Scott
http://www.OdeToCode.com/blogs/scott/
>Hi,
>
[quoted text clipped - 4 lines]
>
>-madani