Differences between CslaDataSource and ObjectDataSourceDifferences between CslaDataSource and ObjectDataSource
Old forum URL: forums.lhotka.net/forums/t/2476.aspx
somayajulu posted on Monday, March 05, 2007
I have the following queries with respect to Csla.Net version 2.1.3:
- Differences between CslaDataSource and ObjectDataSource?
- Does CslaDataSource support custom paging?
RockfordLhotka replied on Monday, March 05, 2007
1. The short answer is that CslaDataSource works with CSLA-style objects, and the ObjectDataSource does not, because it is designed for a very limited type of object. For the long answer, read Chapter 5.
2. Yes, starting at version 2.1.
Skafa replied on Monday, March 05, 2007
See this thread for an example of server side paging with SqlServer:
http://forums.lhotka.net/forums/thread/12529.aspx
somayajulu replied on Tuesday, March 06, 2007
Thanks a lot. I was able to implement it...Copyright (c) Marimer LLC