Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Or condition
Message
From
17/05/2004 14:01:36
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00904568
Message ID:
00904634
Views:
22
>I am trying to compare a cell in a dataview to see if it contains the letter "A" or "B". In VFP you can do the following

try this:
if (this.TestDataView.Table.Rows[0][0].ToString() == "A" || this.TestDataView.Table.Rows[0][0].ToString() == "B")
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform