I am trying to show a bootstrap modal programmatically using ASP.NET.
The problem is that the ScriptManager is before the script loading (I loads the script files at the end of the body). Because of that the ScriptManager code doesn't affect the modal.
This is any way to bypass it without moving the JS files to the head?
Thanks