Click here to Skip to main content
15,880,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

In master page I have 3 content placeholders left, right and bottom. The left and right content placeholders are placed in updatepanels. The right content placeholder is where the content page is displayed. The trigger for this right updatepanel is both left and right contentplaceholders.

My problem is if any asyn postback occurs in my aspx page, which is placed in right content placeholder the entire contentplaceholder or aspx page is refreshed. Ajax is not working in this situation.

If the right Contenplaceholder is removed from the trigger then it works fine.

How can i avoid this entire page refreshing.


Thanks,
Velkumar
Posted
Comments
Prabhakaran Soundarapandian 6-Aug-12 0:50am    
Can you post your scenario and the trigger actions of your update panel.
Prasad J 6-Aug-12 1:03am    
Instead of placing the entire ContentPlaceholder within UpdatePanel,
it will be better that you can place the UpdatePanel within each contentPages where actually needs the AJAX postback.
Mr.Sourav.Maitra 6-Aug-12 1:53am    
Pasad J is right. No need to put the entire contentplaceholder in Update Panel

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