Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,


when i am using update panel ".js file" not calling in asp.net

so please suggest me
Posted
Comments
ZurdoDev 13-Nov-14 13:04pm    
This does not make any sense. Please click on Improve question and add your relevant code.

1 solution

That's because when you click on a button or an auto postback occurs within the update panel, a partial post back occurs, in which the .js file will uninitialized.
Since your question is so vague, I can only take a guess on what your trying to explain to us here.

Explanation without me plagiarizing the author
http://stackoverflow.com/questions/256195/jquery-document-ready-and-updatepanels[^]

Advanced Tutorial
ASP.NET – jQuery is not Working in UpdatePanels[^]

Beginners Tutorial
Working with jQuery within the ASP.NET UpdatePanel[^]
 
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