%@ Page Title="" Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage(Of ContactManager.IndexModel)" %> <%@ Import Namespace="ContactManager" %> Index <% For Each item in Model.Groups %> > <%= Ajax.ActionLink(item.Name, "Index", New With { .id = item.Id }, New AjaxOptions With { .UpdateTargetId = "divContactList"})%> <% Next %> <% Html.RenderPartial("ContactList", Model.SelectedGroup) %>