Showing related tags and posts accross the entire site.
-
Hi Bobby! I did a bit more of tracing and I discovered the following: UpdateRelationships() is only called if an Update or an Insert takes place. This is not the case for my Client object. I load the Client object into a FormView just so that I can display his name and to get the value of the ClientID...
-
Hi Bobby! I set a breakpoint at the first line of UpdateRelationships(), but the page executed without stopping. It seems that this function does not get called: protected override void UpdateRelationships(Object entity) { *** FormView formView = ReferenceMember.ViewControl as FormView; ... Is it because...