I\'m working in Bootstrap modal in my asp.net site, modal is working fine but the button btnSaveImage inside modal footer is not firing click event, I also have a masterpage
I'd like to add another point here. I faced this issue because my final rendered modal dialogs were placed outside the WebForms tag, and using the UseSumbitBehavior="false" did not solve my problem. Moving the modal dialog divs inside the form solved the issue.
$("div.modalForm").appendTo($("form:first"));