
08-07-2009 07:41 AM
Hi,
Do the seedValue and seedProperty properties work in 7.5? I have code that was written in 7.2 and works perfectly there, but does not work at all in 7.5:
lueContactBO_bd.SeedProperty = "";
lueContactBO_bd.SeedValue = "";
lueContactBO_bd.InitializeLookup = false;
lueContactIss_bd.SeedProperty = "Account.Id";
lueContactIss_bd.SeedValue = (opp.Account == null) ? "xxxxxxxxxxxx" : opp.Account.Id.ToString();
lueContactIss_bd.InitializeLookup = true;
Thanks
~ Henry
08-07-2009 07:55 AM
To clarify, it works if the code is put on the first load. But if it happens on the postBack of another control, it does not work. This was working great in 7.2.
Thanks
~ Henry