|
Parent Coordinator:
<%# replace(Container.DataItem("Content"),vbcrlf," ") %>
|
|
|
Address/Phone/Fax:
<%# replace(Container.DataItem("Content"),vbcrlf," ") %>
|
|
|
|
<%# Container.DataItem("Title") %>
|
| Start Date: <%# String.Format("{0:d}", Container.DataItem("Startdate")) %>
|
End Date: <%# String.Format("{0:d}", Container.DataItem("Enddate")) %>
|
| Start Time: <%# String.Format("{0:t}", Container.DataItem("Starttime")) %>
|
End Time: <%# String.Format("{0:t}", Container.DataItem("Endtime")) %>
|
Location: <%# Container.DataItem("Location") %>
|
|
|