How to show aspx page in masterpage content site

I have a home page on my website.

I have two content owners on this master page. In one content holder, I have some links that I want to click on to redirect to the corresponding page of a second competitor on the same homepage.

How can i do this....?

Pls help.?

0


a source to share


3 answers


I think you may have missed something. When using master pages, you have content pages instead. The content page defines the scope defined by the owner of the content site on the master page. When you create a content page, you use the contentplaceholder tags to display your page content on the home page. It might be worth reading the Master Pages tutorials on the ASP.NET website.



+2


a source


I don't see a problem here. Just make pages .aspx

using the same master page and link to pages .aspx

.



0


a source


For whatever it is, you'll want to use a sitemap instead of the first content owner. Here is a description of them: http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx

0


a source







All Articles