Ramco Ramco

Ramco Ramco

  • 473
  • 2.8k
  • 394.5k

Tick Mark if Active

Jun 15 2021 12:10 PM

Hi

  I have field IsActive as Bit DataType in Sql. If it is true i want Tick Box like below image should get displayed

<th>
                                        @Html.DisplayNameFor(model => model.IsActive)
                                    </th>

Thanks


Answers (7)