jalo Posted August 12, 2005 Posted August 12, 2005 i was wondering if it is possible to load the whole table into the dataset and then to send a query to the dataset in order to display in a datagrid only those rows that are returned from the query... Quote
VagabondSW Posted August 12, 2005 Posted August 12, 2005 You may want to use a DataColumn.Expression in the DataTable.Select method to narrow the rows displayed in the DataGrid. The DataTable.Compute method will also work in most cases. The DataView.RowFilter property will also accept a DataColumn Expression to 'filter' the rows displayed. Quote "Never ascribe to malice that which can adequately be explained by incompetence." -- Napolean Bonaparte
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.