SalamanderLT
Programmer
I develop custom web part what makes connection to ListView and should receive some data. Problem is that after connection is established, no data are received. I implemented IListConsumer interface in my web part according to MS sample but my success is very minimal. Following is description what happens during connection phase:
-- when my web part is connecting to ListView Web Part in SP site, the interface is succesfully registered in method MyWebPart.EnsureInterfaces(),
-- interface is connected (method MyWebPart.PartCommunicationConnect() is called),
-- but then nothing happens -- I do not receive any data from connected ListView Web Part (none of methods ListProviderInit(), ListReady() and PartialListReady() are invoked by web part infrastructure).
What I should do additionaly to make things working?
-- when my web part is connecting to ListView Web Part in SP site, the interface is succesfully registered in method MyWebPart.EnsureInterfaces(),
-- interface is connected (method MyWebPart.PartCommunicationConnect() is called),
-- but then nothing happens -- I do not receive any data from connected ListView Web Part (none of methods ListProviderInit(), ListReady() and PartialListReady() are invoked by web part infrastructure).
What I should do additionaly to make things working?