Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate Enity by GridView
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01169653
Message ID:
01171325
Vues:
7
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform