CSLA .NET

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

Search

  • Re: ASP.Net 2.0 Provider Model - Code

    Thanks for the quick response Chris. I am indeed having the same issue so it doesn't look like it is related to the principal or identity. I didn't give specifics because I am actually trying to get CSLA 3.5, ASP.MVC (.NET 3.5 extensions) and the Membership Provider all working together. If you have the time and desire (and visual studio 2008) you can
    Posted to CSLA .NET discussion (Forum) by colema18 on Fri, Jan 18 2008
  • Re: ASP.Net 2.0 Provider Model - Code

    Hey Chris, Do you think you can post or email me your principal and identity classes you are using for this sample? I am still having trouble and the provider/identity I am using is the code from the PTracker sample. Thanks ~james colema18@gmail.com
    Posted to CSLA .NET discussion (Forum) by colema18 on Thu, Jan 17 2008
  • Re: ASP.Net 2.0 Provider Model - Code

    Thanks for the code, I am having a bit of trouble however if someone could help I would appreciate it. Error when I try to login: Server Error in '/Sandbox.Web' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact
    Posted to CSLA .NET discussion (Forum) by colema18 on Wed, Oct 10 2007
  • Re: XMLElement with childnodes as a parameter to ReadOnlyBase?

    Well it was a silly mistake and not even CSLA related, so sorry for the post. It turned out I neglected to actually instantiated my sortedlist before I added something to it.
    Posted to CSLA .NET discussion (Forum) by colema18 on Fri, Apr 27 2007
  • Re: XMLElement with childnodes as a parameter to ReadOnlyBase?

    I think the post just didn't come through in email. There is no font tag, and the nodes might have gotten messed up in the email. The code looks right via the web site post. I still have the problem if anyone else can try it out. It blows up when it recursively calls itself. I am sure it is something silly that I am missing. It is rather frustrating
    Posted to CSLA .NET discussion (Forum) by colema18 on Thu, Apr 26 2007
  • XMLElement with childnodes as a parameter to ReadOnlyBase?

    This is blowing up. It appears to only blow up if the Node has child nodes. Can someone tell me what I am doing wrong? (It blows up on the "Taxes" node). PayoffQuote.cs private void Fetch( Criteria crit) { int i = 0; XmlDocument doc = new XmlDocument (); doc.Load( "C:\\Clients\\FinanceSource\\FinanceSource.Library\\xml\\MockLease.xml" ); XmlElement
    Posted to CSLA .NET discussion (Forum) by colema18 on Wed, Apr 25 2007
  • Filtered Binding List questions / best practices

    Can Rocky and others look over the code below and point out some improvemetns I can make. I noticed that the applyfilters is not stackable unless you create another filteredList and through the first filtered list into it - so hopefully I am doing that right. bulletins.Count isn't ever null here, but it appears taht if bulletins.count = 0, then any
    Posted to CSLA .NET discussion (Forum) by colema18 on Thu, Mar 29 2007
  • FilteredBindingList and paging

    I have custom paging for a datagrid control that is binding to a BulletinList : ReadOnlyListBase<BulletinList, BulletinInfo> collection. The 2.1 handbook refers to implementing paging, but it is more focused on only returning the rows JIT from the database. I however already have the fully populated BulletinList (under 200 rows) and my datagrid
    Posted to CSLA .NET discussion (Forum) by colema18 on Wed, Mar 14 2007
Page 1 of 1 (8 items) | More Search Options

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