I have the method (on the ListView) set as FillByparentPrimaryKey(System.Int32) and PopulateOnFormLoad set to manual.
I reckon I need to call the FillByParentPrimaryKey() somewhere to refresh the children and am wondering where is the best place to put this code. I could be refreshing ,either using the navigation buttons, Adding a new Parent,Deleting a parent or doing a search etc.
Also, is just calling FillByParentPrimaryKey() sufficient or do I also need to call any Refresh() code
The Value properties of the event args in the ListPopulating event are Object which will accept a Guid value. It is not necessary to ToString this value if your PK is in fact a Guid. This woudl be the first thing that I woudl change. Secondly, what is the stack trace and exception of the error you are getting?