Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my aspx page I have a usercontrol(ascx). In this usercontrol there is an updatepanel inside this updatepanel it has another updatepanel. If any asyn postback generated from child update panel the parent updatepanel will also updated. How can i solve this problem.

Note: I have added this usercontrol(ascx) in the aspx page from server side.


Thanks
Velkumar
Posted

1 solution

set this property of parent updatepanel
C#
UpdateMode="Conditional"


and
C#
ChildrenAsTriggers="False"


i think this must solve your problem
 
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