<%@ Page Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DockView.aspx.cs" Inherits="Marina.Web.UI.DockView" Title="Untitled Page" %> <%@ Import namespace="System.ComponentModel"%> <%@ Import namespace="Marina.Web.Commands"%> <%@ Import namespace="Marina.Web.Views"%> <%@ Import namespace="Marina.Presentation.DTO"%> <%@ Import namespace="Marina.Infrastructure"%> <%@ Import namespace="Marina.Presentation"%>

Dock: <%= DTO.Name %>

Location <%= DTO.LocationName %>
Water Service <%= DTO.WaterService %>
Electrical Service <%= DTO.ElectricalService %>

Available Slips

Dock Name Slip Width Slip Length
<%# Transform.From(Container.DataItem).To().DockName %> <%# Transform.From(Container.DataItem).To().Width %> <%# Transform.From(Container.DataItem).To().Length %> Lease This Slip!
View All Available Slips