Código:
No se como validar cuando ese campo tiene valor null. If IsDBNull(CDate(myreader("fecha"))) = True Then ' Esta validación da error :'(
TxtDate.Text = ""
Else
TxtDate.Text = CDate(myreader("fecha"))
End If
De antemano agradezco la ayuda que me puedan ofrecer...



