I’m building a custom web part in SharePoint 2007 using C#. I need to access data from another custom web part.
Is it possible to access the data?
I’m building a custom web part in SharePoint 2007 using C#. I need to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Connecting Custom Web Parts in SharePoint
There’s a lot of unimportant code in the article (creating tables, rows, cells, etc).
Focus on the methods with the
ConnectionProviderandConnectionConsumerattributes as well as the customICommunicationInterfaceinterface.