CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Sorting SortedBindingList by child object property

    Hello, I'm trying to sort a GridView by a property of a child object. I'm able to successfully set the DataField of a BoundField to the child column ("Application.Name"), but this doesn't work for sorting. How would I go about accessing this child property in the ApplySort method...
    Posted to CSLA .NET discussion (Forum) by scjohnson on Wed, Apr 10 2013
  • Re: WPF client hangs on Save() since upgrade to 4.5

    Rocky, thank you for the response. I used VS12's Package Manager app to update to the CSLA 4.5.12 Beta. Now when I try to build the solution I get "Error 55 A stable release of a package should not have on a prerelease dependency. Either modify the version spec of dependency "CSLA-Core...
    Posted to CSLA .NET discussion (Forum) by kmavis on Sat, Mar 2 2013
  • Sharing a transaction via CriteriaBase?

    I have a read only object which fetches inventory values. It needs to optionally accept a transaction object because it's sometimes used to simply display values to the user but at other times it's used by an inventory adjustment object which needs to check current inventory before making changes...
    Posted to CSLA .NET discussion (Forum) by JCardina on Tue, Nov 27 2012
  • Best practices for conditional instance delete authorization?

    I have a business object and in addition to the standard per type authorization rules I also need to prevent deletion of a instance of an object if it meets a certain condition. Is there any big picture value at the UI level or otherwise in attempting to shoehorn this into the authorization rules system...
    Posted to CSLA .NET discussion (Forum) by JCardina on Thu, Nov 1 2012
  • How to match part of a string?

    Hi all, This seems like a very simple question, but searching for 'like' isn't very helpful and searching wildcards for csla isn't coming up with any usable results. Basically, I would like to get business objects back that partially match a search term. For instance, if a user enters...
    Posted to CSLA .NET discussion (Forum) by mtrtm on Mon, Oct 22 2012
  • multiple fetches possible?

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
    Posted to CSLA .NET discussion (Forum) by mtrtm on Tue, Sep 18 2012
  • syntax for csla 4

    In my pre csla 4 code I have [RunLocal] protected override void DataPortal_Create() { _userID = -1; ValidationRules.CheckRules(); //cannot resolve ValidationRule compile error here } What is the syntax when porting to csla 4.0 ? thanks
    Posted to CSLA .NET discussion (Forum) by gullu on Mon, Aug 20 2012
  • Multiple Binding Source Sample Project Logical Bug

    Hi, Don't know if this is the place to post this. Multiple BindingSource project which comes with 4.0.0 has the following extension code for a BindingSource. Normal 0 false false false EN-US X-NONE X-NONE public static void UnbindDataSource( this BindingSource source, bool cancel, bool isRoot) {...
    Posted to CSLA .NET discussion (Forum) by Matthew Copeland on Tue, Jul 17 2012
  • CodeSmith Generator CSLA 4.0 Templates now available.

    Hey, I wanted to let everyone know that we've released a new major version of the CSLA Templates . The new release adds support for: CSLA 4.3, Generating from keyless tables, Views and Stored Procedures (and any other data source, as long as you create / select an Entity provider). List Improvements...
    Posted to Code-gen Templates (Forum) by Blake Niemyjski on Fri, Jun 8 2012
  • CSLA 4 version 4.3.11 beta available

    A beta release of a CSLA 4 version 4.3 update is now available (version 4.3.11) . You can get it from the CSLA download page . This is an update to the existing version 4.3 code that includes several bug fixes and a few new features. Most notably: Fixed a concurrency bug with the data portal Fixed a...
    Posted to CSLA .NET discussion (Forum) by RockfordLhotka on Tue, May 29 2012
Page 1 of 22 (213 items) 1 2 3 4 5 Next > ... Last »

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems