8/20/14

bring dropdown

@Html.DropDownListFor(model => model.FromAccount, (IEnumerable<SelectListItem>)ViewData["FromAccount"], "Select from Account")



@Html.ValidationMessageFor(model => model.FromAccount)

</p><br />

<p> @Html.TextBox("FromAccountBalance");



@Html.ValidationMessageFor(model => model.FromAccountBalance)

</p>

<p>

@Html.DropDownListFor(model=>model.toAccount, (IEnumerable<SelectListItem>)ViewData["toAccount"],"Select")



@Html.ValidationMessageFor(model => model.toAccount)

No comments: