Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi i use master page.
i want when use
HTML
Response.Redirect
browser transfer to target page use ajax and the master page not refresh.
How?
thanks.
Posted

1 solution

browser transfer to target page use ajax
You cannot redirect a page and not have page refreshed - even by using AJAX.

If you want to send the execution without changing URL, see if Server.Transfer does what you need (instead of Response.Redirect)
 
Share this answer
 
Comments
Behnam Mohammadi 16-Sep-12 14:56pm    
i want navigate between pages that master page not refreshed only that part of page that i want will changed.
Sandeep Mewara 16-Sep-12 14:59pm    
If you cannot/do not want to do what I answered, then only way to achieve what you seek is to have one page- one url, and keep changing the UI of the content. No re-direction.

Re-direction of URL and refresh of only contentplaceholder is not possible.

Behnam Mohammadi 16-Sep-12 15:05pm    
Thanks.

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