I am getting an error in the below code........what am I doing wrong ?
-- error with this because of the conditional statement <telerik:RadDatePicker ID="radBillPeriodStartDate1" Skin="Office2007" Style="vertical-align: middle;" runat="server" DbSelectedDate='<%# Bind("END_BILLING_PERIOD","{0:D}") == DBNull.Value ? radBillPeriodEndDate.SelectedDate : Bind("END_BILLING_PERIOD","{0:D}") %>' > -- this works fine when there is no conditional statement <telerik:RadDatePicker ID="radBillPeriodEndDate1" Skin="Office2007" Style="vertical-align: middle;" runat="server" DbSelectedDate='<%# Bind("END_BILLING_PERIOD", "{0:d}") %>' >