nerdexam
Microsoft

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…

Developing for User Experience

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)
  • A
    75% (15)
  • B
    5% (1)
  • C
    10% (2)
  • D
    10% (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

#IWebPartField#Web Part connections#provider interface#data sharing

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice