I have a datagrid and one of the fields from the DB may return a null value. How can I test if it does?

<ItemTemplate>
<%# Container.DataItem ("Display_Start_Date").ToShortDateString()%>
</ItemTemplate>