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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top