Hello,
My aim is very simple : communicate between a provider and consumer webpart in sharepoint server 2007.
I develop a simple example : a provider webpart with a textbox and a submit button (with the associated click event) and a consumer webpart which only displays the filled text of the provider.
I implement IWebPartField to my provider (as described here : http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.iwebpartfield.schema.aspx).
The consumer succed in getting the field value, but before the click event !. So any updates done in the click event are not distpatched to the consumer webpart ... Why does event seem to be fired after the rendering of the child webparts ? Hwo to manage events in provider/consumer webpart ?
Any ideas ?
Thanks a lot for your help.
Cl?mentM