asp.net mvc - Issue in Mvc Razor -
i have made on loop as: @foreach (var objcompanycontact in (list<balcentral.datamodel.visacasedestinationcountryemploymentcontact>)viewdata["visacasedestinationcountryemployment"]) { <table class="email_phone" style="width:100%"> <thead> <tr> <th></th> <th><label class="control-label-superscript">primary?</label></th> <th></th> </tr> </thead> <tr> <td>@*<...