Ramco Ramco

Ramco Ramco

  • 439
  • 3.4k
  • 544.9k

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)