Hi
am I right in thinking this no longer exists in csla 4.?
If so, what has replaced it and is there any sample code (web page) available for me to look at.
(Looking for a quick response as am in the middle of development and need to sort.)
Thanks
Richard
CslaDataSource supports Web Forms development, and it still exists and (to my knowledge) works fine. Web Forms hasn't changed in any substantial way for several years, and the data source model is still the primary way data is bound to a Web Forms UI.
You'll find CslaDataSource in the Csla.Web assembly/namespace.
The techniques described in the CSLA .NET Version 2.1 Handbook ebook remain valid. Again, Web Forms hasn't changed much over the years, which you can think of as being a good thing since it has remained consistent. I certainly think it is good, as I've had to do very little work to support Web Forms over time :)
Many thanks for the quick reply.....yes you're right.... it still exists and my error was to look in the csla.dll namespace and not csla.web
Richard
Copyright (c) Marimer LLC