Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a pop up which has formview and a save button. i want to refresh update panel when i click save button which is in pop up.

how can i do this without asyncpostback? thanks for helps
Posted
Comments
[no name] 29-Apr-15 7:00am    
http://stackoverflow.com/questions/29918734/how-to-refresh-an-updatepanel-without-asyncpostback

http://weblogs.asp.net/jeffreyzhao/refresh-the-updatepanel-using-javascript-code
Rajesh Pandya 4-May-15 1:41am    
you can use below code for refresh the updatepanel

UpdatePanel1.Update()
where "UpdatePanel1" is you updatepanel id.

Thanks

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