Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two updatepanel and tow buttons. i want to do like this: when i click on button1 then updatepanel1 all control should be refresh, and when i click on button2 then updatepanel2 all control should be refresh in asp.net. please anyone i am totally fresher when using ajax.

thanks in advance
Posted
Updated 5-Jan-15 22:36pm
v2

Call UpdatePanel.Update Method[^] on button click.
 
Share this answer
 
You need to use the Update Method of the UpdatePanel.

A simple solution here with example:

Update UpdatePanel in Asp.Net

Hope it helps :)
 
Share this answer
 
v2

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