Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to select a portion of a table???
Message
From
08/12/2003 13:10:27
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
08/12/2003 12:40:38
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00856612
Message ID:
00856879
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Gordon,

In .NET IDE help docs, look for DataView.RowFilter. It has a good example for setting a filter based on a specific column value.

Not seeing intellisense generally means you haven't declared the object's namespace, in this case System.Data

Looking at the example in the developer's guide, I don't see the namespace declared, so that may be the issue. I'll also forward this to Kevin so it'll be in the next version!

Hope that helps,
---J

>
>If DataViews are to be used in this case, how do I filter out from AllSites the Descriptions containing the word 'Office'.
>
>When I use the same syntax as the development guide, the intellisense does not tell me the properties of the DefaultView.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform