Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Nothing vs = Nothing vs IsNothing()
Message
From
11/07/2003 08:21:43
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Is Nothing vs = Nothing vs IsNothing()
Miscellaneous
Thread ID:
00809151
Message ID:
00809151
Views:
71
All,

What is the difference between:

IF txtTextBox.Value = Nothing

and

IF txtTextBox.Value Is Nothing

and

If IsNothing(txtTextBox.Value)?

If no information is entered in the textbox, the first statement is True while the second and third are False.

TIA

Rex
Next
Reply
Map
View

Click here to load this message in the networking platform