Making ConnectionProvider fire off earlier?!
Really need to know how to do this. I have one webpart not having its consumer method fired off until AFTER CreateChildControls (I need it for createchildcontrols). I am not having troubles with other webparts I made awhile ago, they seem to get data by then. (I looked at the code and didnt see any big differences).
The provider is firing later than I need! Its data is ready as soon as onload. Is there no way to force it to fire? I tried calling the provider method in the onload with no luck.
Ive been reading and I found out that for 2003 there is a "isReady" for the icellprovider but im working with moss 2007.
Any ideas!

