I am using VSTS 2008 + C# + .Net 3.5 + SQL Server 2008 + ADO.Net. If I load a table from a database by using a DataTable of ADO.Net, and in the database table, I defined a c
You can create a primary key for the datatable. Filter operations get a big boost if you are searching in the primary key field. Check out this link: here