Ok, so I have a repeater on my aspx page. One of the fields is a date. I want to format this to the shortdate format. The date comes from a database, so it could be null, which is what causes the problem. Here is my code...
<%# iif(not (DataBinder.Eval(Container.DataItem, "DueDate") is...