I have a modal boostrap that works perfectly, I call it in C # code-behind, like this:
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "myModal", "$(function() {openModalExclusao();});", true);
And this is the function t...
asked by
12.04.2018 / 17:27