|
<%= Ajax.ImageActionLink("../../Content/Delete.png", "Delete", "Delete", New with { .id = item.Id }, New AjaxOptions With { .Confirm = "Delete contact?", .HttpMethod = "Delete", .UpdateTargetId = "divContactList" })%>
|
<%= Html.Encode(item.FirstName) %>
<%= Html.Encode(item.LastName) %>
|
<%= Html.Encode(item.Phone) %>
|
<%= Html.Encode(item.Email) %>
|
<% Next %>