Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Empty or Null
Message
 
 
To
19/03/2008 15:09:54
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01303548
Message ID:
01303566
Views:
16
>Why not set a breakpoint preceeded with
>
>// if in vs2005 replace var by bool
>
>var selnull = this.lsbUsers.SelectedItem != null;
>var textempty = this.lsbUsers.Text != string.Empty;
>var lsbrolesnull = is.LsbRoles.SelectedValue != null;
>
>// put the break here
>// examine the 3 variables
>
>// your if( statement follows
>if ((this ....
>
>
Thanks, I'm going to try it this way. My gut it telling me that the problem is that the string is empty and not null.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform