This question is locked. New answers and comments are not allowed.
HI
i want use this code in vb razor, any body can help me
i want use this code in vb razor, any body can help me
@<text>
<input name="checkedRecords" type="checkbox" value="@item.OrderID " title="checkedRecords"
@if (checkedRecords.Contains(item.OrderID))
{
<text>checked="checked"</text>
}
/>
</text>)