Click here to Skip to main content
15,884,064 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know that when we use master page + content page then every time we request any page based on a master page then every time that same master page loads with content page.

So is it possible somethig that when we request pages then only content page must be loaded and not the master page if it is same for requested content pages.

It should only be loaded when it is different for a different content page.

Thanks
Posted
Comments
Raje_ 13-Jul-12 6:27am    
Use Update Panel of Ajax Control.
Wrap your all elements of content page inside update panel.

Hi Pritesh Aryan,..

You can Custom the ContentPlaceHolder of the Master Page by Clicking the Right Side Icon and create your own Design on the Particular Content Page.. Then That Content Page can be Loaded separtely without the Master page Design...
 
Share this answer
 
Comments
Pritesh Aryan 13-Jul-12 7:26am    
but how is there any link or example? Thanks for answering...
Hi,
Here is a answer for the similar question. Check this out:
http://forums.asp.net/p/1774000/4853536.aspx/1?Re+load+only+content+page[^]
You can try this[^] also.

--Amit
 
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