master pages

  • Thread starter Thread starter bbawa1
  • Start date Start date
B

bbawa1

I have created a master page and I have contentplaceholder on that
master page. I have a aspx page
and I select that aspx page with master page. Later on I add one more
contentplaceholder in master page but my aspx page doesn't show that
second contentpageholder in html because I already attach that aspx
page to master page before adding secondplaceholder. How can I solve
this problem.

Thanks.
 
I have created a master page and I have contentplaceholder on that
master page. I have a aspx page
and I select that aspx page with master page. Later on I add one more
contentplaceholder in master page but my aspx page doesn't show that
second contentpageholder in html because I already attach that aspx
page to master page before adding secondplaceholder. How can I solve
this problem.

Thanks.

Just add another content tag referencing the id of the second content
place holder.
 
Back
Top