Line 58: <%Html.ValidationSummary(); %> Line 59: <div class="form-group"> Line 60: <%Html.Label("Select Chart:", new { @class = "col-md-2, control-label"}); %> Line 61: <div class="col-md-10"> Line 62: <%Html.DropDownList("Chart", ViewData["Chart"] as SelectList, new { @class = "form-control" }); %> |