Employee ID | 17 |First Name | 18 |Last Name | 19 |Title | 20 |Actions | 21 ||
---|---|---|---|---|---|
@item.EmployeeID | 26 |@item.FirstName | 27 |@item.LastName | 28 |@item.Title | 29 |30 | Update 33 | | 34 |35 | Delete 38 | | 39 |
Employee ID | 16 |First Name | 17 |Last Name | 18 |Title | 19 |Actions | 20 ||
---|---|---|---|---|---|
@item.EmployeeID | 25 |@item.FirstName | 26 |@item.LastName | 27 |@item.Title | 28 |29 | Update 32 | | 33 |34 | Delete 36 | | 37 |
Employee ID | 14 |First Name | 15 |Last Name | 16 |Title | 17 |Actions | 18 ||
---|---|---|---|---|---|
@item.EmployeeID | 23 |@item.FirstName | 24 |@item.LastName | 25 |@item.Title | 26 |27 | @Html.ActionLink("Update", "Update", "EmployeeManager", new { id=item.EmployeeID },new { @class="linkbutton"}) 28 | | 29 |30 | @Html.ActionLink("Delete", "Delete", "EmployeeManager", new { id = item.EmployeeID }, new { @class = "linkbutton" }) 31 | | 32 |
@Html.LabelFor(m=>m.UserName) : | 11 |@Html.TextBoxFor(m=>m.UserName) | 12 |
@Html.LabelFor(m => m.Password) : | 15 |@Html.PasswordFor(m=>m.Password) | 16 |
@Html.LabelFor(m => m.ConfirmPassword) : | 19 |@Html.PasswordFor(m => m.ConfirmPassword) | 20 |
@Html.LabelFor(m => m.Email) : | 23 |@Html.TextBoxFor(m => m.Email) | 24 |
@Html.LabelFor(m => m.FullName) : | 27 |@Html.TextBoxFor(m => m.FullName) | 28 |
@Html.LabelFor(m => m.BirthDate) : | 31 |@Html.TextBoxFor(m => m.BirthDate, null, new { type = "date" }) | 32 |
35 | 36 | | 37 |
@Html.LabelFor(m => m.UserName) : | 11 |@Html.TextBoxFor(m => m.UserName) | 12 |
@Html.LabelFor(m => m.Password) : | 15 |@Html.PasswordFor(m => m.Password) | 16 |
@Html.LabelFor(m => m.RememberMe) : | 19 |@Html.CheckBoxFor(m => m.RememberMe) | 20 |
23 | 24 | | 25 |
Employee ID | 13 |First Name | 14 |Last Name | 15 |Title | 16 |Action | 17 ||
---|---|---|---|---|---|
{{emp.employeeID}} | 22 |{{emp.firstName}} | 23 |{{emp.lastName}} | 24 |{{emp.title}} | 25 |26 | 27 | | 28 |29 | 30 | | 31 |
Sorry, there's nothing at this address.
14 |Employee ID | 17 |First Name | 18 |Last Name | 19 |Title | 20 |Actions | 21 ||
---|---|---|---|---|---|
@item.EmployeeID | 26 |@item.FirstName | 27 |@item.LastName | 28 |@item.Title | 29 |30 | Update 33 | | 34 |35 | Delete 38 | | 39 |
Employee ID | 22 |First Name | 23 |Last Name | 24 |Title | 25 |Actions | 26 ||
---|---|---|---|---|---|
@item.EmployeeID | 31 |@item.FirstName | 32 |@item.LastName | 33 |@item.Title | 34 |35 | Update 38 | | 39 |40 | Delete 43 | | 44 |
Employee ID | 22 |First Name | 23 |Last Name | 24 |Title | 25 |Actions | 26 ||
---|---|---|---|---|---|
@item.EmployeeID | 31 |@item.FirstName | 32 |@item.LastName | 33 |@item.Title | 34 |35 | Update 38 | | 39 |40 | Delete 43 | | 44 |
Employee ID | 22 |First Name | 23 |Last Name | 24 |Title | 25 |Actions | 26 ||
---|---|---|---|---|---|
@item.EmployeeID | 31 |@item.FirstName | 32 |@item.LastName | 33 |@item.Title | 34 |35 | Update 38 | | 39 |40 | Delete 43 | | 44 |