Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In one of the page I have 2 updatepanels with one panel and a repeater in each.

The first panel is displayed during page load itself. In code behind I meet a stage wherein I need to show the 2nd panel in the same position of the first panel.

It works when I dont use updatemode='conditional' but goes to server and returns. Whereas when I use updatemode='conditional' it doesn't go to server but at the same time not allowing the second panel to take over the position.

The panel1='false' is of no use. My requirement is that it should not go to server but at the same time it should allow the second panel for replacement at the same position.

Can anyone give me a solution?
Posted
Updated 26-May-13 0:08am
v3
Comments
Mohd Imran Saifi 26-May-13 7:30am    
did you use triggers
Charan_Kumar 3-Jun-13 6:12am    
Hope the below links works for you....

http://www.aspdotnet-suresh.com/2012/05/ajax-updapanel-control-with-triggers.html
http://asp-net-example.blogspot.in/2009/11/ajax-triggers-how-to-use-triggers-in.html

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