This is a migrated thread and some comments may be shown as answers.

[Solved] i need use this code in vb.net razor

0 Answers 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Abbas
Top achievements
Rank 1
Abbas asked on 27 Jan 2013, 04:03 PM
HI 
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>)
Tags
Grid
Asked by
Abbas
Top achievements
Rank 1
Share this question
or