Microsoft
70-573 · Question #136
70-573 Question #136: Real Exam Question with Answer & Explanation
The correct answer is A. Implement Interface1 in the Products Web Part.. See the full explanation below for the reasoning.
Question
You plan to create two Web Parts named Products and ProductDetails. You create an interface that contains the following code segment. Public Interface Interface1 Property Productid As String End Interface You need to ensure that the Products Web Part sends Productid to the ProductDetails Web Part. You must achieve this goal by using the ASP.NET Web Part connection framework. What should you do?
Options
- AImplement Interface1 in the Products Web Part.
- BImplement Interface1 in the ProductDetails Web Part.
- CAdd a private set-accessor-declaration to the Productid property.
- DAdd a protected set-accessor-declaration to the Productid property.
Community Discussion
No community discussion yet for this question.