Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.58 KB | None | 0 0
  1.      <tbody>
  2.             @if (Model[0].TAB.LIN[0].FLD.Count > 1)
  3.             {
  4.                 for (int i = 0; i < Model[0].TAB.LIN[0].FLD.Count; i++)
  5.                 {
  6.                     <tr class="row-simple">
  7.                         <td class="td-nam">@Model[0].TAB.LIN[0].FLD[i].Text.Where(x => x.NAME == "WorkOrder")</td>
  8.                         @*<td class="td-des">@Model[0].TAB.LIN[0].FLD[i].Text</td>
  9.                         <td class="td-typ">@Model[0].TAB.LIN[0].FLD[i].TYPE</td>*@
  10.                     </tr>
  11.                 }
  12.             }
  13.        
  14.         </tbody>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement