Digital Colony!

IsNull in VB.NET

IsNull is not supported in VB.NET. Classic ASP users that used IsNull in VBScript should now use IsNothing.
If Not Request.Form("LastName") Is Nothing Then
   '-- Do something!
End If

Labels:

AddThis Social Bookmark Button

0 Comments:

 

Post a Comment

 

Digital Colony Copyright © 1999-2008 XHTML   508
This site uses Blogger, which is not 100% XHTML compliant.
Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.