@using EnVisage.Code @using EnVisage.Code.HtmlHelpers @using EnVisage.Models @model ScenarioDetailModel @using (Ajax.BeginForm("CopyTo", "Scenario", new AjaxOptions { HttpMethod = "Post", OnSuccess = "onCopyToSuccess", OnFailure = "onCopyToFailure", UpdateTargetId = "copyToModal", OnBegin = "return CheckSelection();" }, new { @id = "copyToForm"})) {
| Project | |
|---|---|
| @if (Model.Projects[i].Checked) { } else { } | @Model.Projects[i].Name |