Jim
Guest
|
Posted:
Tue Dec 28, 2004 5:52 pm Post subject:
Re: ICellConsumer timing problem |
|
|
just call CreateChildControls before the RenderWebPart
ch Jim
"rgardner" <rgardner@dataliant.com> schreef in bericht
news:087101c4ec61$59c4a960$a501280a@phx.gbl...
| Quote: | I developed two connecting webparts and it appears that
the consumer webpart does not receive the data before it
runs the CreateChildControls() event. My code is
receiving the data just before the RenderWebPart event. I
need the data value for the CreateChildControls. Has
anyone run into this problem? I used this example's code
as my guideline for creating my consumer webpart:
http://www.15seconds.com/Issue/040929.htm |
|
|