Introduction to SmartObjects - Tutorial problems - Step 9

  • 30 August 2007
  • 2 replies
  • 0 views

Badge +1

Working on Step 9:Creating an ASP.NET Form to manage SmartObjects of the Introduction to SmartObjects tutorial.


I have completed all the steps(double checked twice) and when I run the page it's blank I don't get an error in either the BP Server Console or in the event log.


The previous steps work fine, I can update, retreive regions, and expenses. Has anyone experiences this problem. How can I debug this?


Thanks in advance.


Sanjay Malhotra


 


2 replies

Badge +4

HI,


Yes, there are few steps missing there :-) which I could barely remember. But the obvious one is here....


Please make sure you make this change to the "SqldataSource" control for the GetList() method to the Expense Smart Object:


 Under Properties, Set "CancellationOnNullParameter" from 'True' to 'False'


Hope this helps,


Marco

Badge +1

Thanks Marco,

I needed to change the SqlDataSource 'ManageEmpl' property CancellationOnNullParameter from 'True' to 'False' and it worked.

Reply