Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving Data Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00852024
Message ID:
00860011
Vues:
14
> I'm not sure what you mean...

You told me mmBusinessObject.DataRow contains the current datarow being edited on the form. When I try to set a value into one of the field, I got "Object reference not defined" error. I created my own method in my BusinessObject override to handle that now:
public DataRow GetCurrentDataRow()
{
	return this.GetCurrentDataSet().Tables[0].Rows[0];
}
This function works but I prefer to use your property.

Stephen
Stephen Lee

--------------------------------
Too much to code
Too little time
--------------------------------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform