Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate Enity by GridView
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01169653
Message ID:
01171325
Views:
6
Ted,

>For some reason the below does NOT set/change the data row:
>
>this.oSurveyDue.Entity.SetDataRow(CurrentRow);
>
>But this does:
>this.oSurveyDue.DataRow = CurrentRow;
>
>What might I be doing wrong or different?

Sorry, my mistake! In this specific code you posted, you need to set the business object's DataRow property as shown in your second code sample above. In a standalone entity object, you would use the SetDataRow() method instead.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform