Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving Data Question
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00852024
Message ID:
00860011
Views:
15
> 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
--------------------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform