Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I added some JS files to the project like this :
<script src="js/main.min.js"></script>
and use updatepanel in ASP C#
after click any asp button (after postback) js files are not loaded.
please write an example for load multi js files after postback updatepanel in asp C#.
Thanks a lot.


What I have tried:

i added in
asp:ScriptManager but after postback dont work.
<asp:scriptmanager id="ScriptManager1" runat="server">
<scripts>
Posted

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