Skip to content
Loading
mvc bootstrap modal save not working  
  •   
  • class="modal-footer">  
  • "button" class="btn btn-secondary" data-dismiss="modal">Cancel  
  • class='modal-link btn-xs btn-success' href="@Url.Action("CoursesRegistration", "Home")">Create Course    
  • "text/javascript">  
  • $(".modal-link").click(function() {  
  • $('#exampleModal').modal('show');  
  • });  
  •   
  •   
  • 9 Replies

    Know the answer? Post it — somebody with the same question will find it here.