<%: xyz %>
<%: Model.Descrip %>
if
for
<% xyz %>
<% using (Html.BeginForm("SaveClient", "Admin", FormMethod.Post)) { %> . . . <% } %>
<% Html.RenderPartial("Categories"); %>
@Html
LabelFor
[Display(Name="xyz")]
TextBoxFor
@Html.TextBoxFor(m => m.DOB, "{0:MM/dd/yyyy}")
HiddenFor
ValidationSummary
ValidationMessageFor
CheckBoxFor
TextAreaFor
DropDownListFor
@Html.DropDownListFor(m => m.StateID, new SelectList(Model.States, "ID", "Descrip"))
PassswordFor
ActionLink
Partial
Raw
DisplayFor
/Views/Shared/DisplayTemplates
EditorFor
/Views/Shared/EditorTemplates
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.