|
|
Browse by Tags
All Tags » dataview
-
What's new in this release?The latest version of Aspose.Grid for .NET 2.0.1 makes it possible importing & exporting data to Excel 2007 XLSX format with support of plenty of other valued added features as well.More about Aspose.Grid or .NETAspose.Grid is a set of two different GUI based .NET components to support desktop and web ...
-
What's New?
In this major release, Aspose.Grid for .NET supports the following features.GridWeb is now compiled under both 1.0 and 2.0 frameworks.Fully supports .NET 2.0 framework.Supports .NET 2.0 MEDIUM TRUST LEVEL.Supports .NET 2.0 DataSourceControl Binding.New Client Api Method resizeColumnToFit.Supports Windows Vista.More about ...
-
A DataSet object was specifically created to "collect" and "manage" multiple tables, and work in a disconnected state. You can even define foreign keys into the DataSet so that if a record is deleted from a table, it's corresponding records in the other table is deleted also. I would collect your data into ...
-
One solution would be to bind to a DataView rather than a DataSet. DataViews can be sorted (without a query call) look into the documentation for DataView and SortFilter.
hope this helps.
|
|
|