when i add a page_load to the enitityUC in admin, but i didn't fire? i try to find the reason but no use...
the msdn said that these is a method named InitializeAsUserControl to ensure the UC fire the Load and Init Event, I try but still no use!
Yes when i move it into a brand new page even a UC i created by hand,it fire! But when the UC is loaded by the MultiFormView dynamicly using the MultiBindableTemplate just like the EntityEdit page, it do nothing!
thanks!!
is there anybody know about this?
thank!
Hello All,
Did anybody figure it out what prevents Admin UC fire events and how to work around? I have this problem using last version of NetTiers. Please advice, it's a really blocker for me.
If you take a look at the MultiformView control implementation (serving great deal by providing ability to reference external FormView template that would be used in the two way databinding), it loads usercontrol just to be able to reference FormView, so the UserControl itself woudn't participate in the page life cycle execution.
Mike Shatny--------------------------------------------------------------Member of the .netTiers team http://www.nettiers.com--------------------------------------------------------------