Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I wanted to know if its possible to create a MasterPage which has its different sections rendered from different pages.

Say we have Header section, Body section and footer section, what I want to do is fill them up with different aspx page content.

So when I view the page (body) in browser the other sections are filled up automatically.

Now this scenario requires that the masterpage get the required pages in other sections other than one in the body which is requested by the user.
So will Signalr come in handy as it creates a continuous connection.

Thanks in Advance.
Posted
Updated 22-Nov-14 21:17pm
v2

1 solution

You can use UserControls. Add them to the Master Page.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900