in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Entity Data Source and Telerik radGrid

    Hi I am working with Telerik controls and using the EnityDataSource with them. Specifically I am working with a ReadOnlyDataSource. It is working out fine for displaying so far. Now I am trying to implement an update and following the pattern provided by Telerik of using a property of thier control called...
    Posted to .netTiers - General Support (Forum) by JJmartin on 12-14-2006
    Filed under: DataSource, OneToOneRelationship, Telerik
  • Re: OneToOne Relationship advice

    I worked around it in one test so far but haven't altered the template. Rather than getting a current related record, i create one in the mock instance. It seems to work fine and as long as i create it on the transaction, it gets rolled back out at the end. The other issue i have with the tests is that...
    Posted to .netTiers - General Support (Forum) by JJmartin on 12-07-2006
    Filed under: OneToOneRelationship
  • Re: OneToOne Relationship advice

    So after reviewing the Wiki which sort of addresses this situation I think I am satified that I can use NetTiers as is with my tables as is. The current problem I am encountering is that the NUnit tests don't seem to be set up for this. The Unit test tries to associate its MockInstance with an existing...
    Posted to .netTiers - General Support (Forum) by JJmartin on 12-07-2006
    Filed under: OneToOneRelationship
  • OneToOne Relationship advice

    I saw a similar posting to what I am going to ask here dated back in February but there have been a lot of changes since then and I figured it would be worth bringing it up again. I have a table with a oneToOne relationship to several other tables ( I have them sharing the primary key of the generic...
    Posted to .netTiers - General Support (Forum) by JJmartin on 12-06-2006
    Filed under: OneToOneRelationship
  • best practice for an entity mapping two database tables

    We have a legacy database we cannot change the database schema because many systems run on it. the database designer divided a business entity persist into two database tables. for example, Product table is (ProductId, Name, ...), ProductPhoto table is (ProductId, Photo), product's photo field is...
    Posted to .netTiers - General Support (Forum) by blob on 06-13-2007
    Filed under: .netTiers, CRUD, One To One Relationship Insert, OneToOneRelationship, 1-1 relationships
  • DeepSave() Issue

    When I deep load a UserRole entity then do a bunch of processing setting various properties including changing the UserID (which is a foreign key reference to my User entity) then deep save my UserRole, the UserID reverts to the UserIDSource value for UserID instead of what I've set it too. Example...
    Posted to .netTiers - Bug Reports (Forum) by Ragnor on 10-08-2007
    Filed under: OneToOneRelationship, DeepSave, DeepLoad, Save
  • 1:1 with Composite PK that is also Composite FK

    I am having a few difficulties getting NetTiers to understand my database. Basically i've got a database that looks like this: DB Paradigm So basically the MarketProduct is related to a Product table (ProductId), and a Market table (MarketId), and uses that association as a composite primarykey....
    Posted to .netTiers - Bug Reports (Forum) by Ottomeister on 09-20-2007
    Filed under: foreign key field, OneToOneRelationship, NetTiers, Fieldname, primary key, ProviderBaseCore, composite key
  • Error in DeepLoad during transaction

    I am working through the NUnit tests specifically with a One To One Relationship table. I had an item where the DeepLoad was failing on a time out. The DeepLoad was trying to get an item that had been created under the transaction but not using the transaction manager. The NUnit test also wasn't sending...
    Posted to .netTiers - Bug Reports (Forum) by JJmartin on 12-07-2006
    Filed under: OneToOneRelationship, DeepLoad
  • Re: OneToOneViewRelationShip does not work without nesting the FormViews

    Hi Mike Let me tell you my observations: Nesting only the FormViews and leaving the OneToOneViewRelationships outside the nested FormViews works correctly. Putting everything inside a MultiView does not make a difference, it remains working correctly. Getting a single-click insert for the FormViews cannnot...
    Posted to .netTiers - Bug Reports (Forum) by Tanno on 11-17-2006
    Filed under: OneToOneRelationship
  • Re: OneToOneViewRelationShip does not work without nesting the FormViews

    Mike thanks for your reply. The sample is below: <asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0"> <asp:View ID="View1" runat="server"> <asp:FormView ID="BedrijfFormView" runat="server" DefaultMode="Insert" DataSourceID="BedrijfDataSource" DataKeyNames="BedrijfID">...
    Posted to .netTiers - Bug Reports (Forum) by Tanno on 11-16-2006
    Filed under: OneToOneRelationship
Page 1 of 2 (14 items) 1 2 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems