How to check if something is Null

  • Thread starter Thread starter Bonzol
  • Start date Start date
B

Bonzol

VB.Net 2003, Web Application

Hey there, ive looked around for ages and havnt found a straight
answer. All I want to do is find out if a field in my datatable is Null
For example


If ts.Rows(isel).Item(4) = Null Then

Do something

End if

but have no idea how to do it.. any help would be great
 
Back
Top