Hello,
I am attempting to modify accounts.editview.ascx to display related grids of data (notes, contacts, etc.) just like detailview.ascx does. I have created the relationships in EDITVIEWS_RELATIONSHIPS but when I step through the code and get to splendidcontrol.cs AppendEditViewRelationships, ctlnewRecord is always null.
Can anyone tell me what I'm doing wrong?
Thanks,
Nancy
Control ctl = LoadControl(sCONTROL_NAME + ".ascx");
NewRecordControl ctlNewRecord = ctl as NewRecordControl;
if ( ctlNewRecord != null )