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

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
 
S

Scott Allen

Hi madani:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top