I have this problem, but with a lot of tests, this problem can be solved.
The best place to define and import css and jQuery files in asp pages and should not be added to ascx (user control).
The update panel with jQuery and Javascript has a conflict, so if you use jQuery and Javascript in your usercontrol, as well as me, remove the update panel, however you can do this:
<asp:UpdatePanel ID="UpdatePanel1" runat="server" ChildrenAsTriggers="true" UpdateMode="Always" RenderMode="Block">
in the user control.
And install Script Manager on the main page or asp page containing user controls.
According to your help for using PageRequestManager, I try, but the scripts generated for the page encountered an update panel and crash.
source share