70-573 · Question #65
You are creating a Web Part in SharePoint Server 2010. You need to ensure that the Web Part can send data to another Web Part. Which interface should you implement?
The correct answer is A. IWebPartField. MNEMONIC RULE: "Web Part send data = IWebPartField" Defines a provider interface for connecting two server controls using a single field of data. This interface is designed to be used with Web Parts connections. In a Web Parts connection, two servercontrols that reside in a…
Question
You are creating a Web Part in SharePoint Server 2010. You need to ensure that the Web Part can send data to another Web Part. Which interface should you implement?
Options
- AIWebPartField
- BIQueryable
- CISerializable
- DIWebEditable
How the community answered
(20 responses)- A75% (15)
- B5% (1)
- C10% (2)
- D10% (2)
Explanation
MNEMONIC RULE: "Web Part send data = IWebPartField" Defines a provider interface for connecting two server controls using a single field of data. This interface is designed to be used with Web Parts connections. In a Web Parts connection, two servercontrols that reside in a WebPartZoneBase zone establish a connection and share data, with one control actingas the consumer and the other control acting as a provider. IWebPartField Interface
Topics
Community Discussion
No community discussion yet for this question.