<%@ Page language="c#" Codebehind="ViewProjects.aspx.cs" AutoEventWireup="false" Inherits="ProjectRespository.ViewProjects" %> Project List
<%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("shortdesc").InnerText %>
<%# ( ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("pictures").Attributes["maxid"].Value != "0" ? "[ View Pictures ]" : "") %>
<%# ( ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("pictures").ChildNodes.Count != 0 ? "" : "") %>
Location: <%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("location").InnerText %>
Owner: <%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("owner").InnerText %>
Scope: <%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("scope").InnerText %>
Architect: <%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("architect").InnerText %>
Completion: <%# ((System.Xml.XmlNode)Container.DataItem).SelectSingleNode("completed").InnerText %>