so i wrote up my BO with no problem... I went ahead and binded it to a simple detailsview, and it appears to be binding to the wrong BO... how is that possible? it is coming up with the wrong attributes to it. very weird... I've double and triple checked everything... and also made sure the BO wasn't being doubled up. how is this possible without anyerrors
Are you using a CslaDataSource as the source for your detailsview? Are you setting the onselectobject event for the datasource? Within the onselectobject event do you have code such as:
e.BusinessObject = MyObject.GetMyObject()
Regards,
Cliff
Copyright (c) Marimer LLC