-
Hello! I am new to the CSLA .NET and I am wondering how the CSLA business entities can be used with Web Forms UI. I am going to use CSLA 3.8 with .NET 3.5 Framework. How can I for example use validation rules from the business entity to validate multiple textboxes? How does the validation logic for example...
-
Actually it is "right". CSLA doesn't get or create the values you are seeing. Those values are provided by data binding directly to the data source control, and the CslaDataSource control simply provides them to your event handler as-is, without alteration. To understand how/why you get...