Skip to content
Loading
ASP.NET Core: Data Grid - Problem with Update Operation  
  •                           
  •                       
  •                       
  •                         class="form-group">  
  •                             class="col-md-10">  
  •                                 "Status" asp-for="@item.Status" class="form-control">  
  •                                     "0">Operativo  
  •                                     "1">Nuevo Item  
  •                                     "2">Reparación  
  •                                   
  •                                 for="@item.Status" class="text-danger">  
  •                               
  •                           
  •                       
  •                       
  •                         "submit" value="Update" class="btn btn-default" />  
  •                       
  •                   
  •               
  •           
  •     }  
  •  Thanks in advance for any help. If any extra information is needed, please ask.
     
    Regards,
     
    Luis. 

    3 Replies

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