i am unable to solve problem from last two days.
@Html.TextBoxFor(model => model.myObject.dateAssign, String.Format("{0:MM/dd/yy}"))
here, dateAssign is nullable datetime. it may be or maybe not have value.
i am keep getting following error
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
please give me some hint or direction