Categories

Updated: 07/12/2006

ExtendedObjectDataSource

This control is a replacement for the ObjectDataSource and adds a lot of features: &<br/&>* SelectMethod is the only method needed if we want to use paging&<br/&>* The methods are called using dynamically generated MSIL instead of reflaction obtaining a 2000% performance improvement&<br/&>* Easy to extend or modify&<br/&>* Helper classes to boost development of custom data source controls similar to the ObjectDataSource&<br/&>* Cache data if sorting and filtering is enabled&<br/&>* Full filtering support for the select operation (without relying in DataView.RowFilter)&<br/&>* Hability to implement custom caching functionality&<br/&>* Automatically assign AffectedRows for the Insert, Update and Delete operations&<br/&>* Works properly with a culture that it''s not compatible with the InvariantCulture&<br/&>* Hability to add or remove parameters in the Inserting, Updating or Deleting events if using custom objects&<br/&>* Source code available if you need more customization
©2019 A--9.com