Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application in which i required my master page not to be refreshed but load the new asp.net page when ever i need then to load or to nevigat to then
Posted

 
Share this answer
 
Comments
Tushar.Tyagi 25-Jan-13 8:27am    
that i know for the same page only its work but i have to load the new aspx page with out re-loading the master page
Simple use asp.net Update Panel which will load a partial page not the whole.
a typical example can be seen here.

http://www.codingsack.com/question/15/capture-asp.net-Ajax-Update-Panel-Begin-Request-and-End-Request-Events.html[^]
 
Share this answer
 
v3
Comments
Tushar.Tyagi 25-Jan-13 8:27am    
that i know for the same page only its work but i have to load the new aspx page with out re-loading the master page
Sm.Abdullah 27-Jan-13 13:03pm    
i think its not possible. but if you merge both of these pages into a single page
then you can do it.
what you have to do.. you have to create a two div one for 1st page and 2nd for the other Page. using ajax Update Panel you just have to Show or hide the Dive corresponding to the Page.

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