What should you do?

You are updating an ASP.NET Web Application. The application includes the fallowing classes.

An application page contains the fallowing markup.

You need to ensure that the page displays a list of supervisors with their corresponding employees.
What should you do?
A. Bind rptEmployees during the OnItemCommand event of rptSupervisor.
B. Bind rptEmployees during the OnItemDataBound event of rptEmployees.
C. Set the rptEmployees DataSourceID attribute to "Employees".
D. Set the rptEmployees DataSource attribute to <%# Eval("Employees") %>

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.