Skip to content
Loading
How to insert multiple data in a table?  
  •   
  •             class="col-5">  
  •                 @Html.DropDownListFor(model => model.Calificaciones.EstudianteId, new SelectList(Model.EstudiantesCollection, "Id""NombreEstudiante"), "Select")  
  •   
  •               
  •   
  •   
  •           
  •   
  •         class="form-group row">  
  •   
  •             class="col-3">  
  •   
  •                 for="Calificaciones.Nota" class="col-form-label">  
  •               
  •   
  •             class="col-5">  
  •   
  •                 for="Calificaciones.Nota" class="form-control" />  
  •               
  •   
  •             for="Calificaciones.Nota" class="text-danger">  
  •           
  •   
  •   
  •   
  •   
  •         class="form-group row">  
  •   
  •             class="col-5 offset-2">  
  •   
  •                 "_CreateAndBackToListButton" />  
  •   
  •               
  •   
  •           
  •   
  •       
  •   
  •   
  •  

    1 Reply

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