|
-
Jul 11th, 2003, 11:59 AM
#1
Thread Starter
New Member
Hiding fields of a datagrid
I was wondering whether it is possible to have a select statement where you select all the fields, but then later hide some of the fields using a datagrid?
Thanks,
Rachel
-
Jul 11th, 2003, 01:16 PM
#2
Sleep mode
Why don't you have two sql statements , one to select all fileds and the other one for some fields to show in the Grid.
-
Jul 11th, 2003, 02:32 PM
#3
PowerPoster
Use a dataview to filter the results in the datagrid, then bind the datagrid to the dataview instead of directly to the dataset.
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
|