Skip to content
Loading
asp.net core filter by two dates  
  •   
  •   
  •   
  •   
  •     @foreach (var item in Model.WOMainL.OrderByDescending(s => s.WONumber))  
  •     {  
  •         class="row no-gutters mt-2">  
  •             class="col-md-1">  
  •                 class="form-control text-center">@Html.DisplayFor(modelItem => item.WONumber)  
  •               
  •             class="col-md-2 ml-1">  
  •                 class="form-control text-center">@Html.DisplayFor(modelItem => item.CreateDate)  
  •               
  •             class="col-md-2 ml-1">  
  •                 "1" class="form-control text-center">@Html.DisplayFor(modelItem => item.OrgID)  
  •               
  •             class="col-md-3 ml-1">  
  •                 "1" class="form-control text-center">@Html.DisplayFor(modelItem => item.UserID)  
  •               
  •             class="col-md-2 ml-1">  
  •                 class="form-control text-center">@Html.DisplayFor(modelItem => item.WOStatus)  
  •               
  •           
  •     }  
  • 2 Replies

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