G
Guest
Hello,
i'm having a very weird error
i have the following code
if ( ( Name == "SubmitterName" ) || ( Name == "SubmitterWWID" ) )
{ ... }
else
{
target.Attributes[ currentAtt ].Value = "";
}
The problem is that it does not matter if the Name Value is equal to
SubmitterName or to SubmitterWWID, it gets into the else block. I'm using
framework v1.0.
Have anyone out there seen this type of weird error, and knows how to fix it.
or do you know any link where i can point my doubt and try to realize what
is going on?
thanks for your help
i'm having a very weird error
i have the following code
if ( ( Name == "SubmitterName" ) || ( Name == "SubmitterWWID" ) )
{ ... }
else
{
target.Attributes[ currentAtt ].Value = "";
}
The problem is that it does not matter if the Name Value is equal to
SubmitterName or to SubmitterWWID, it gets into the else block. I'm using
framework v1.0.
Have anyone out there seen this type of weird error, and knows how to fix it.
or do you know any link where i can point my doubt and try to realize what
is going on?
thanks for your help