Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i use the two updatepanels independently in single page?

Actually i have two updatepanels in a page.
one is for dropdownlist and the another one is for captcha control.

In captcha control updatepanel i have added button to trigger the captcha control.

The problem is when i try to choose an item from dropdownlist the captcha control is also refreshing.
i used to try with updatemode="conditonal" too.. its not at all working.

Help me..
Posted

Have you designed the UI such that both the Update Panels are not connected to each other? Just check if you had put one update panel into another.

Further, you HAVE to use 'UpdateMode=Conditional' for both the update panels as it looks like your refresh are independant.

- Sandeep
 
Share this answer
 
Check if you are updating both the UpdatePanels. If you can post some code, you might get better help.
 
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