Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > search dataset
 

search dataset

hi .net people!

i have a dataset that contains a table named "MemberReport", this table contains all data from the Members Table of the database. what i want to do is to search, find and sort this table before it is placed to a datagrid. anyone?

thanks!
MigrationUser 1  Thursday, May 20, 2004 5:01 AM
You simply need to create a DataView of this table and set the RowFilter and Sort properties, then bind this DataView to your DataGrid.

Tony
MigrationUser 1  Thursday, May 20, 2004 7:09 AM

You can use google to search for other answers

Custom Search

More Threads

• DataView instance problem!
• Stupid db app problem
• ODBC Data From FileMaker
• How to deal with Apostrophe in access + C#
• How to select a row in a datagrid...
• How to disable DataGridViewButtonColumn in a particular rows
• Datagrid sorted with relations
• Database Woes!!!!
• how show Null in a datepicker
• TextBox on DataGridView = text input problems in TextBox