|
-
Feb 16th, 2005, 01:42 PM
#1
Thread Starter
Frenzied Member
Setup Datagrid
Is there any way I can setup my datagrid to only display values that are not null?
For instance...
if I have the items and values below:
Name: John Smith
Age: NULL
Location: USA
SSN: NULL
Name: Jim Carter
Age: 72
Location: USA
SSN: NULL
Name: Dick Smith
Age: 80
Location: Germany
SSN: NULL
I only want my datagrid to show the following
Name Age Location
because all of the SSN's are NULL
If a datagrid won't do this, then is there a way to display my data that would?
Thanks,
Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
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
|