Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child loosing entity data on Parent/Child NewEntity()
Message
From
16/09/2008 10:25:44
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Child loosing entity data on Parent/Child NewEntity()
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01347919
Message ID:
01347919
Views:
67
Hi everyone,

I have a couple of objects set up in a Parent/Child relationship. I have the AutoNewOnParentNew set to true, so when I execute a NewEntity() on the parent, I get a new entity on the child. This works as expected. I then execute NewEntity on the child to add another entity and fill in the data. All is well.

I then execute NewEntity on the parent, which again gives me another new entity on the child, which is what I want. The problem is that it wipes out the data on the previous child entity. I actually end up with 2 child entities with the same data.

Anyone else seeing this?

Thanks,
Next
Reply
Map
View

Click here to load this message in the networking platform