0
If you use the <button type="button" data-toggle="modal" data-target="#ConvenioOk">Teste </button>
modal opens. But I have to use the C# button due to the event. The button calling the modal is like this<asp:Button ID="btnCadastrarCon" runat="server" data-togggle="modal" data-target="#ConvenioOk" Text="Cadastrar" OnClick="btnCadastrarCon_Click" />
Is there any way to use modal with the Asp button, even without using bootstrap? If yes, you can give examples?
You can write your java script to open modal in the backend. https://msdn.microsoft.com/en-us/library/ms178207.aspx
– Guilherme Guini