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
You can use the ASP Button like in your example
just try the UseSubmitBehavior="false" like said skhurams and combine it with the data-dismiss="modal"
this will close the modal and trigger the postback