Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logic problem
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Logic problem
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01330100
Message ID:
01330100
Views:
69
Hi everybody,

I could not understand why

if ((e.NewValues["FatherID"]?? "0") =="0" && e.NewValues["Father"] != string.Empty)

evaluates to false

when

e.NewValues["FatherID"]?? "0") shows "0" in the watch window and
e.NewValues["Father"] = "Some value"

But checking

((e.NewValues["FatherID"]?? "0") =="0") also produces false.

Do you see where is my logic mistake here?

I want to do some special coding if ID is 0 or null and Name is not empty.

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform