|
-
Dec 4th, 2005, 09:52 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] DataColumn Expression
How do I express a DataColumn to have a value of conditioned from another DataColumn. This is my case, I have a DataColumn("IsInactive") that receives 1 if true and 0 if false. Now, I have a DataColumn("Status") to receive a value "Active" if DataColumn("IsInactive") is 0 and "Inactive" if DataColumn("IsInactive") is 1.
DataColumn("Status").Expresison = "Need help here!";
Needing help,
NEBZ
Thanks very much.
Added [RESOLVED] to thread title - Hack
Last edited by Hack; Dec 12th, 2005 at 10:29 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|