I have some code that prints out databse values into a repeater control on an asp.net page. However, some of the values returned are null/blank - and this makes the result
You can use IsDBNull(obj)
If IsDbNull(<%#Eval("Address2")%>) then etc End If