7
Answers

Tick Mark if Active

Ramco Ramco

Ramco Ramco

3y
357
1

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)