Skip to content
Loading
How to create a new content in asp.net mvc?  
  •                     class="modal-footer">  
  •                         "button" class="btn btn-secondary" data-dismiss="modal">Cancel  
  •                         "button" class="btn btn-primary">Create Course  
  •                       
  •                   
  •               
  •           
  •   
  •   
  •   
  • class="modal-footer">  
  •                                 "button" class="btn btn-secondary" data-dismiss="modal">Cancel  
  •                                 "button" class="btn btn-primary">Create Course  
  •                               
  •                           
  •                       
  •                   
  •           
  •       
  •     // Jquery  
  •     class="btn btn-large btn-success" id="fire" href="/Controller/Courses.chtml#">Create Courses  
  •       
  •     $('#fire').on('click', function (e) {  
  •       
  •          // dont know what to put here....?  
  •       
  •       
  •  

    1 Reply

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