how to bind to Content in different aspx files to one master page

  • Thread starter Thread starter madani
  • Start date Start date
M

madani

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
 
Hi madani:

Master pages just won't work in the way you want. You need to use one
aspx file with multiple Content controls.
 
Back
Top