Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Empty or Null
Message
 
 
À
19/03/2008 14:51:54
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01303548
Message ID:
01303554
Vues:
14
>Would you not better use and AND instead of an OR ?
>
>>
>> if ((this.lsbUsers.SelectedItem != null &&  this.lsbUsers.Text != string.Empty)
>>            && this.LsbRoles.SelectedValue != null)
>
>I think the best thing to do is to always test for null first

I think you're right here, that when we need to test for negatives we need to use AND instead of OR.

I'll try that first and see, if it would resolve the problem.

If not, I appreciate future comments on the exact method in question.

UPDATE. Nope, no cigar.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform