WebPart only renders ok calling CreateChildControl manually
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have two webparts. They are connected - one is the provider, one the consumer. The consumer maintains a gridview. Whenever I data arrives from the provider, I call the CreateChildControls in my ConnectionConsumer method. Thus my gridview is rebuilt. But - the CreateChildControls has already been called once, at this point. I'm thinking I should go about this in a different manner. Any ideas? Thank you very much in advance. Morten