Click here to Skip to main content
15,884,989 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

Javascript is not working after postback from update panel.

Kindly help me to resolve this issue.
Posted
Updated 15-Aug-18 19:22pm
Comments
ArunRajendra 11-Jun-14 1:38am    
Details not sufficient.
R. Ganesh Kumar IT 12-Jun-14 21:27pm    
Hi Arun. I've tabs working using javascript. Those tab panels are placed inside the update panel. There is a button in the panel to register values in database which makes partial postback. If it happens the tab change is not working. To make it work I had to remove the update panel and make the page fully refresh. But Nirav Prabtani's solution worked for me.

inside updatepanel



XML
<script type="text/javascript" language="javascript">
               Sys.Application.add_load(loadGraph);
           </script>




where
loadGraph is javascript function
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900